[java-plugin-shibd-saml] branch main updated: Another cookie prefix mismatch.
Scott Cantor
cantor.2 at osu.edu
Tue Jun 17 21:35:55 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-plugin-shibd-saml.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd-saml.git;a=commit;h=6f62e31d4cc1c7a5156ff3003f8aedfe34d5dcc8
The following commit(s) were added to refs/heads/main by this push:
new 6f62e31 Another cookie prefix mismatch.
6f62e31 is described below
commit 6f62e31d4cc1c7a5156ff3003f8aedfe34d5dcc8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 17 17:35:52 2025 -0400
Another cookie prefix mismatch.
---
.../shibboleth/sp/saml/flows/saml2/SAML2SessionInitiatorFlowTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2SessionInitiatorFlowTest.java b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2SessionInitiatorFlowTest.java
index c1265ef..ede4f61 100644
--- a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2SessionInitiatorFlowTest.java
+++ b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2SessionInitiatorFlowTest.java
@@ -616,7 +616,7 @@ public class SAML2SessionInitiatorFlowTest extends AbstractSPFlowTest {
final Boolean passive = authnRequest.isPassive();
final String passiveDelim = passive ? "=T:" : "=F:";
Assert.assertEquals(cookie,
- "_Host-_shibsp_req_" + input.getmember(SPConstants.STATE).string() + passiveDelim + authnRequest.getID()
+ "__Host-_shibsp_req_" + input.getmember(SPConstants.STATE).string() + passiveDelim + authnRequest.getID()
+ "; HttpOnly=true; Path=/; SameSite=None; Secure=true");
foundCorrelationCookie = true;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list