[java-identity-provider COMMIT] /trunk/idp-war/src/main/webapp/WEB-INF/web.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Jan 8 18:18:11 EST 2016


Author: scantor
Date: Fri Jan  8 18:18:10 2016
New Revision: 8072

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8072&view=rev
Log:
IDP-889 - Handle 500 errors inside IDP
    
https://issues.shibboleth.net/jira/browse/IDP-889
    
Limit possibility of recursion, don't handle IOException.

Modified:
    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=8072&r1=8071&r2=8072&view=diff
==============================================================================
--- trunk/idp-war/src/main/webapp/WEB-INF/web.xml	(original)
+++ trunk/idp-war/src/main/webapp/WEB-INF/web.xml	Fri Jan  8 18:18:10 2016
@@ -142,10 +142,6 @@
         <exception-type>javax.servlet.ServletException</exception-type>
         <location>/profile/RaiseError</location>
     </error-page>
-    <error-page>
-        <exception-type>java.io.IOException</exception-type>
-        <location>/profile/RaiseError</location>
-    </error-page>
 
     <!--
     Uncomment to use container managed authentication. The new servlet spec (3.1)



More information about the commits mailing list