[java-plugin-shibd-saml] branch main updated: Fix cookie prefix.
Scott Cantor
cantor.2 at osu.edu
Tue Jun 17 21:16:50 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=2b1053b9b8225269c44aa2a4a6a9d2807b9f7f50
The following commit(s) were added to refs/heads/main by this push:
new 2b1053b Fix cookie prefix.
2b1053b is described below
commit 2b1053b9b8225269c44aa2a4a6a9d2807b9f7f50
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 17 17:16:48 2025 -0400
Fix cookie prefix.
---
.../META-INF/net/shibboleth/idp/flows/sp/consumer/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/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 9e79cd7..ab7a157 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
@@ -24,7 +24,7 @@
<bean id="ProcessCorrelationCookie" class="net.shibboleth.sp.profile.impl.ProcessCorrelationCookie" 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:stateTokenLookupStrategy-ref="RelayStateLookupStrategy" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list