Bug 1246185
Created attachment 1055455 [details]
The change to the standalone.xml file from false to true.
Created attachment 1055457 [details]
The white screen of death with no rendered of a 404 message. Once this is marked as false this seems to occur for all tried URLS expect see the 4th screen shot.
Created attachment 1055458 [details]
The welcome screen is shown even though the setting is false.
|
Created attachment 1055454 [details] Expected behavior for all 404 page not found errors. This was from before the change from true to false. Description of problem: When running EAP 6.3/6.4 and changing the config line from <virtual-server name="default-host" enable-welcome-root="true"> to <virtual-server name="default-host" enable-welcome-root="false"> 404 errors are generated but the rendered page has zero content. This manifested itself in OpenShift V3 and it is really hard to know if you server is up and running since no content is shown even a 404 error message when going to the root context, or any URL as shown in the screen shots. It is also interesting to see that the welcome page shows up even though I switched this to false. Version-Release number of selected component (if applicable): 6.4 and 6.3 How reproducible: Everytime. Steps to Reproduce: 1. Change the above from true to false 2. Enter a random URL. 3. ?? 4. Profit (well see the error) 5. Hit the root context and see the welcome screen. Actual results: Expected results: Additional info: