[java-plugin-shibd-saml] branch main updated: Son of a....

Scott Cantor cantor.2 at osu.edu
Tue Jun 17 21:36:35 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=fe6f08f7c0814b3e38d02d7194d4eaef59068b17

The following commit(s) were added to refs/heads/main by this push:
     new fe6f08f  Son of a....
fe6f08f is described below

commit fe6f08f7c0814b3e38d02d7194d4eaef59068b17
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 17 17:36:33 2025 -0400

    Son of a....
---
 .../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 ede4f61..66634d1 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
@@ -612,7 +612,7 @@ public class SAML2SessionInitiatorFlowTest extends AbstractSPFlowTest {
                 if ("Set-Cookie".equals(header.name())) {
                     final String cookie = header.string();
                     assert cookie != null;
-                    if (cookie.startsWith("_Host-" + IssueCorrelationCookie.DEFAULT_COOKIE_PREFIX)) {
+                    if (cookie.startsWith("__Host-" + IssueCorrelationCookie.DEFAULT_COOKIE_PREFIX)) {
                         final Boolean passive = authnRequest.isPassive();
                         final String passiveDelim = passive ? "=T:" : "=F:";
                         Assert.assertEquals(cookie,

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


More information about the commits mailing list