[java-plugin-shibd-saml] branch main updated: Align cookie name defaults.

Codeberg noreply at shibboleth.net
Tue Jan 6 16:37:29 UTC 2026


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/0a728cfe24e51b5610908ca495a98c90cf74e70b

The following commit(s) were added to refs/heads/main by this push:
     new 0a728cf  Align cookie name defaults.
0a728cf is described below

commit 0a728cfe24e51b5610908ca495a98c90cf74e70b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 6 11:36:52 2026 -0500

    Align cookie name defaults.
---
 .../net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml        | 4 ++--
 .../net/shibboleth/idp/flows/sp/initiator/saml2/saml2-beans.xml       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml
index 4d2d4cf..08b429e 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml
@@ -53,7 +53,7 @@
 
     <bean id="ProcessCorrelationCookie" class="net.shibboleth.sp.profile.impl.ProcessCorrelationCookie" scope="prototype"
         p:cookieManager-ref="shibboleth.sp.RemotedCookieManager"
-        p:cookiePrefix="%{sp.correlation.cookiePrefix:__Host-_shibsp_req_}"
+        p:cookiePrefix="%{sp.correlation.cookiePrefix:__Host-shibsp_req_}"
         p:createOutputObjects="true"
         p:stateTokenLookupStrategy-ref="RelayStateLookup" />
         
@@ -262,7 +262,7 @@
         class="net.shibboleth.sp.profile.impl.RecoverPostData" scope="prototype"    
         p:storageService-ref="#{'%{sp.postData.StorageService:shibboleth.StorageService}'.trim()}"
         p:cookieManager-ref="shibboleth.sp.RemotedCookieManager"
-        p:cookiePrefix="#{'%{sp.postData.cookiePrefix:__Host-_shibsp_post_}'.trim()}"
+        p:cookiePrefix="#{'%{sp.postData.cookiePrefix:__Host-shibsp_post_}'.trim()}"
         p:velocityEngine-ref="shibboleth.VelocityEngine"
         p:cSPDigester-ref="shibboleth.CSPDigester"
         p:cSPNonceGenerator-ref="shibboleth.CSPNonce" />
diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/saml2/saml2-beans.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/saml2/saml2-beans.xml
index 7a06fd2..3ca6f1e 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/saml2/saml2-beans.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/saml2/saml2-beans.xml
@@ -142,7 +142,7 @@
 
     <bean id="IssueCorrelationCookie" class="net.shibboleth.sp.profile.impl.IssueCorrelationCookie" scope="prototype"
         p:cookieManager-ref="shibboleth.sp.RemotedCookieManager"
-        p:cookiePrefix="#{'%{sp.correlation.cookiePrefix:__Host-_shibsp_req_}'.trim()}"
+        p:cookiePrefix="#{'%{sp.correlation.cookiePrefix:__Host-shibsp_req_}'.trim()}"
         p:createOutputObjects="true"
         p:errorFatal="%{sp.stateToken.errorsFatal:false}"
         p:requestIDLookupStrategy-ref="RequestIDStrategy" />

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


More information about the commits mailing list