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

noreply at shibboleth.net noreply at shibboleth.net
Fri Oct 23 10:45:28 EDT 2015


Author: scantor
Date: Fri Oct 23 10:45:28 2015
New Revision: 7862

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7862&view=rev
Log:
IDP-111 - revert cover of SPNEGO code with cookie buffering filter

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=7862&r1=7861&r2=7862&view=diff
==============================================================================
--- trunk/idp-war/src/main/webapp/WEB-INF/web.xml	(original)
+++ trunk/idp-war/src/main/webapp/WEB-INF/web.xml	Fri Oct 23 10:45:28 2015
@@ -67,7 +67,6 @@
         <url-pattern>/profile/SAML2/POST/SLO</url-pattern>
         <url-pattern>/profile/SAML2/POST-SimpleSign/SLO</url-pattern>
         <url-pattern>/profile/cas/login</url-pattern>
-        <url-pattern>/profile/Authn/SPNEGO</url-pattern>
     </filter-mapping>
     <filter-mapping>
         <filter-name>CharacterEncodingFilter</filter-name>



More information about the commits mailing list