[java-plugin-shibd-saml] branch main updated: Trim cookie prefix property.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 30 13:55:53 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=1786b8930229964774dea9cffcb68d0c0d1ce551
The following commit(s) were added to refs/heads/main by this push:
new 1786b89 Trim cookie prefix property.
1786b89 is described below
commit 1786b8930229964774dea9cffcb68d0c0d1ce551
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 30 09:55:50 2025 -0400
Trim cookie prefix property.
---
.../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 559f788..7a06fd2 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_}"
+ 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