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

Codeberg noreply at shibboleth.net
Tue Jan 6 16:36:42 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.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd/commit/e23bb11b05546003b41ef22dface0934038c5ec1

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

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

    Align cookie name defaults.
---
 .../net/shibboleth/idp/flows/sp/initiator/initiator-beans.xml         | 2 +-
 .../main/resources/net/shibboleth/idp/module/conf/sp/sp.properties    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/initiator-beans.xml b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/initiator-beans.xml
index c3f6881..85815b8 100644
--- a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/initiator-beans.xml
+++ b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/initiator-beans.xml
@@ -16,6 +16,6 @@
         p:lifetime="%{sp.postData.lifetime:PT15M}"
         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()}" />
     
 </beans>
diff --git a/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties b/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties
index f9aeec5..700d23e 100644
--- a/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties
+++ b/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties
@@ -35,13 +35,13 @@ sp.service.agents.checkInterval = PT5M
 #sp.stateToken.cookiePrefix = __Host-shibsp_state_
 
 # Request/response correlation control
-#sp.correlation.cookiePrefix = __Host-_shibsp_req_
+#sp.correlation.cookiePrefix = __Host-shibsp_req_
 
 # POST data preservation controls
 #sp.postData.preservation = false
 #sp.postData.limit = 1048576
 #sp.postData.lifetime = PT5M
-#sp.postData.cookiePrefix = __Host-_shibsp_post_
+#sp.postData.cookiePrefix = __Host-shibsp_post_
 #sp.postData.StorageService = shibboleth.StorageService
 #sp.postData.errorsFatal = false
 

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


More information about the commits mailing list