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

noreply at shibboleth.net noreply at shibboleth.net
Thu Oct 22 14:58:49 EDT 2015


Author: scantor
Date: Thu Oct 22 14:58:49 2015
New Revision: 7859

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7859&view=rev
Log:
IDP-111 - cover 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=7859&r1=7858&r2=7859&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 22 14:58:49 2015
@@ -67,6 +67,7 @@
         <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