[java-identity-provider COMMIT] in /trunk/idp-war/src/main/webapp/WEB-INF: jsp/error-404.jsp jsp/error-500.jsp web.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Oct 2 22:51:05 EDT 2014


Author: scantor
Date: Thu Oct  2 22:51:05 2014
New Revision: 6622

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6622&view=rev
Log:
Remove custom status pages.

Modified:
    trunk/idp-war/src/main/webapp/WEB-INF/jsp/error-404.jsp
    trunk/idp-war/src/main/webapp/WEB-INF/jsp/error-500.jsp
    trunk/idp-war/src/main/webapp/WEB-INF/web.xml

Modified: trunk/idp-war/src/main/webapp/WEB-INF/web.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-war/src/main/webapp/WEB-INF/web.xml?rev=6622&r1=6621&r2=6622&view=diff
==============================================================================
--- trunk/idp-war/src/main/webapp/WEB-INF/web.xml (original)
+++ trunk/idp-war/src/main/webapp/WEB-INF/web.xml Thu Oct  2 22:51:05 2014
@@ -150,17 +150,6 @@
         <url-pattern>/shibboleth</url-pattern>
     </servlet-mapping>
 
-    <!-- 
-    <error-page>
-        <error-code>500</error-code>
-        <location>/WEB-INF/jsp/error-500.jsp</location>
-    </error-page>
-    <error-page>
-        <error-code>404</error-code>
-        <location>/WEB-INF/jsp/error-404.jsp</location>
-    </error-page>
-    -->
-
     <!--
     Uncomment to use container managed authentication. The new servlet spec (3.1)
     supports "**" as a wildcard syntax to avoid role usage, which is normally desirable.



More information about the commits mailing list