[java-plugin-shibd-saml] branch main updated: Fix default cookie prefix.
Scott Cantor
cantor.2 at osu.edu
Tue Jun 17 21:16:08 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=fe8c42c722feb75016e9347be1c144ae0e0fb6ed
The following commit(s) were added to refs/heads/main by this push:
new fe8c42c Fix default cookie prefix.
fe8c42c is described below
commit fe8c42c722feb75016e9347be1c144ae0e0fb6ed
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 17 17:15:49 2025 -0400
Fix default cookie prefix.
---
.../net/shibboleth/idp/flows/sp/initiator/saml2/saml2-beans.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 c32d55c..075ca86 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
@@ -139,7 +139,7 @@
<bean id="IssueCorrelationCookie" class="net.shibboleth.sp.profile.impl.IssueCorrelationCookie" scope="prototype"
p:cookieManager-ref="shibboleth.RemotedCookieManager"
- p:cookiePrefix="%{sp.correlation.cookiePrefix:_Host-_shibsp_req_}"
+ p:cookiePrefix="%{sp.correlation.cookiePrefix:__Host-_shibsp_req_}"
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