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

noreply at shibboleth.net noreply at shibboleth.net
Fri Apr 4 20:02:18 EDT 2014


Author: scantor
Date: Fri Apr  4 20:02:17 2014
New Revision: 173

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=173&view=rev
Log:
Limit use of cookie filters to front-channel

Modified:
    trunk/src/main/webapp/WEB-INF/web.xml

Modified: trunk/src/main/webapp/WEB-INF/web.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/webapp/WEB-INF/web.xml?rev=173&r1=172&r2=173&view=diff
==============================================================================
--- trunk/src/main/webapp/WEB-INF/web.xml (original)
+++ trunk/src/main/webapp/WEB-INF/web.xml Fri Apr  4 20:02:17 2014
@@ -32,11 +32,17 @@
     </filter>
     <filter-mapping>
         <filter-name>CookieBufferingFilter</filter-name>
-        <url-pattern>/*</url-pattern>
+        <url-pattern>/idp/Shibboleth/SSO</url-pattern>
+        <url-pattern>/idp/SAML2/Unsolicited/SSO</url-pattern>
+        <url-pattern>/idp/SAML2/Redirect/SSO</url-pattern>
+        <url-pattern>/idp/SAML2/POST/SSO</url-pattern>
     </filter-mapping>
     <filter-mapping>
         <filter-name>DelegatingFilterProxy</filter-name>
-        <url-pattern>/*</url-pattern>
+        <url-pattern>/idp/Shibboleth/SSO</url-pattern>
+        <url-pattern>/idp/SAML2/Unsolicited/SSO</url-pattern>
+        <url-pattern>/idp/SAML2/Redirect/SSO</url-pattern>
+        <url-pattern>/idp/SAML2/POST/SSO</url-pattern>
     </filter-mapping>
     <filter-mapping>
         <filter-name>RequestResponseContextFilter</filter-name>



More information about the commits mailing list