[java-plugin-shibd-saml] branch main updated: Adjust Cookie strings to match Servlet 6.1 behavior.

Codeberg noreply at shibboleth.net
Thu Dec 18 16:17:35 UTC 2025


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

codeberg pushed a commit to branch main
in repository java-plugin-shibd-saml.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-saml/commit/2bb10784b14ba40cb638659005514a61ba540ece

The following commit(s) were added to refs/heads/main by this push:
     new 2bb1078  Adjust Cookie strings to match Servlet 6.1 behavior.
2bb1078 is described below

commit 2bb10784b14ba40cb638659005514a61ba540ece
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 18 11:17:21 2025 -0500

    Adjust Cookie strings to match Servlet 6.1 behavior.
---
 .../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 157354d..04490ad 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
@@ -628,7 +628,7 @@ public class SAML2SessionInitiatorFlowTest extends AbstractSPFlowTest {
                     if (cookie.startsWith("__Host-" + IssueCorrelationCookie.DEFAULT_COOKIE_PREFIX)) {
                         Assert.assertEquals(cookie,
                                 "__Host-_shibsp_req_" + input.getmember(SPConstants.STATE).string() + '=' + authnRequest.getID()
-                                    + "; HttpOnly=true; Path=/; SameSite=None; Secure=true");
+                                    + "; HttpOnly; Path=/; SameSite=None; Secure");
                         foundCorrelationCookie = true;
                     }
                 }

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


More information about the commits mailing list