[java-identity-provider] branch master updated: More servlet filter mapping adjustments.
Scott Cantor
cantor.2 at osu.edu
Mon Sep 10 09:38:41 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=323e00ba36eda5abd3c4eefb18ab656d31f4f65c
The following commit(s) were added to refs/heads/master by this push:
new 323e00b More servlet filter mapping adjustments.
323e00b is described below
commit 323e00ba36eda5abd3c4eefb18ab656d31f4f65c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 10 09:38:38 2018 -0400
More servlet filter mapping adjustments.
---
idp-war/src/main/webapp/WEB-INF/web.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-war/src/main/webapp/WEB-INF/web.xml b/idp-war/src/main/webapp/WEB-INF/web.xml
index 111fb8c..bac8176 100644
--- a/idp-war/src/main/webapp/WEB-INF/web.xml
+++ b/idp-war/src/main/webapp/WEB-INF/web.xml
@@ -66,6 +66,7 @@
</filter>
<filter-mapping>
<filter-name>CookieBufferingFilter</filter-name>
+ <url-pattern>/profile/admin/*</url-pattern>
<url-pattern>/profile/Logout</url-pattern>
<url-pattern>/profile/Shibboleth/SSO</url-pattern>
<url-pattern>/profile/SAML2/Unsolicited/SSO</url-pattern>
@@ -80,7 +81,6 @@
<filter-mapping>
<filter-name>DynamicResponseHeaderFilter</filter-name>
<url-pattern>/profile/admin/*</url-pattern>
- <url-pattern>/profile/Logout</url-pattern>
<url-pattern>/profile/Shibboleth/SSO</url-pattern>
<url-pattern>/profile/SAML2/Unsolicited/SSO</url-pattern>
<url-pattern>/profile/SAML2/Redirect/SSO</url-pattern>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list