Author: ppitonak(a)redhat.com
Date: 2011-12-20 08:09:31 -0500 (Tue, 20 Dec 2011)
New Revision: 23107
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml
Log:
error page for error 500 removed
Modified: modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml
===================================================================
--- modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml 2011-12-20
13:08:13 UTC (rev 23106)
+++ modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml 2011-12-20
13:09:31 UTC (rev 23107)
@@ -92,10 +92,6 @@
</welcome-file-list>
<error-page>
- <error-code>500</error-code>
- <location>/faces/error/500.xhtml</location>
- </error-page>
- <error-page>
<error-code>404</error-code>
<location>/faces/error/404.xhtml</location>
</error-page>
Show replies by date