[java-identity-provider] branch maint-3.4 updated: IDP-1398: Servlet filter mappings missing inbound SAML 2 artifact ...
Scott Cantor
cantor.2 at osu.edu
Fri Apr 5 13:03:42 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-3.4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=208e1459d8264ef7843a3de49f1320c7b6447e7c
The following commit(s) were added to refs/heads/maint-3.4 by this push:
new 208e145 IDP-1398: Servlet filter mappings missing inbound SAML 2 artifact ...
208e145 is described below
commit 208e1459d8264ef7843a3de49f1320c7b6447e7c
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu Jan 10 21:10:46 2019 -0500
IDP-1398: Servlet filter mappings missing inbound SAML 2 artifact ...
---
idp-war/src/main/webapp/WEB-INF/web.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/idp-war/src/main/webapp/WEB-INF/web.xml b/idp-war/src/main/webapp/WEB-INF/web.xml
index bac8176..1af177f 100644
--- a/idp-war/src/main/webapp/WEB-INF/web.xml
+++ b/idp-war/src/main/webapp/WEB-INF/web.xml
@@ -73,9 +73,11 @@
<url-pattern>/profile/SAML2/Redirect/SSO</url-pattern>
<url-pattern>/profile/SAML2/POST/SSO</url-pattern>
<url-pattern>/profile/SAML2/POST-SimpleSign/SSO</url-pattern>
+ <url-pattern>/profile/SAML2/Artifact/SSO</url-pattern>
<url-pattern>/profile/SAML2/Redirect/SLO</url-pattern>
<url-pattern>/profile/SAML2/POST/SLO</url-pattern>
<url-pattern>/profile/SAML2/POST-SimpleSign/SLO</url-pattern>
+ <url-pattern>/profile/SAML2/Artifact/SLO</url-pattern>
<url-pattern>/profile/cas/login</url-pattern>
</filter-mapping>
<filter-mapping>
@@ -86,6 +88,7 @@
<url-pattern>/profile/SAML2/Redirect/SSO</url-pattern>
<url-pattern>/profile/SAML2/POST/SSO</url-pattern>
<url-pattern>/profile/SAML2/POST-SimpleSign/SSO</url-pattern>
+ <url-pattern>/profile/SAML2/Artifact/SSO</url-pattern>
<url-pattern>/profile/cas/login</url-pattern>
<url-pattern>/Authn/*</url-pattern>
</filter-mapping>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list