[java-idp-testbed] branch master updated: Add {spID} mapping to SAML1 servlet.

Scott Cantor cantor.2 at osu.edu
Fri Oct 18 13:26:26 EDT 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=89467f647f623a747b64c613c0209178603e7729

The following commit(s) were added to refs/heads/master by this push:
       new  89467f6   Add {spID} mapping to SAML1 servlet.
89467f6 is described below

commit 89467f647f623a747b64c613c0209178603e7729
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Oct 18 13:26:24 2019 -0400

    Add {spID} mapping to SAML1 servlet.
---
 src/main/java/sp/SAML1Controller.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/sp/SAML1Controller.java b/src/main/java/sp/SAML1Controller.java
index 95e6484..b76e62a 100644
--- a/src/main/java/sp/SAML1Controller.java
+++ b/src/main/java/sp/SAML1Controller.java
@@ -80,7 +80,7 @@ import org.springframework.web.servlet.HandlerMapping;
 import org.w3c.dom.Element;
 
 @Controller
- at RequestMapping("/SAML1")
+ at RequestMapping({"/SAML1", "/{spId}/SAML1"})
 public class SAML1Controller extends BaseSAMLController {
 
     private final Logger log = LoggerFactory.getLogger(SAML1Controller.class);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list