[java-plugin-shibd] branch main updated: Fix default cookie name.

Scott Cantor cantor.2 at osu.edu
Mon Aug 11 22:49:56 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.

View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd.git;a=commit;h=3a1348511157895d47954f8882a63505df4bb3a4

The following commit(s) were added to refs/heads/main by this push:
     new 3a13485  Fix default cookie name.
3a13485 is described below

commit 3a1348511157895d47954f8882a63505df4bb3a4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 11 18:49:50 2025 -0400

    Fix default cookie name.
---
 .../main/resources/net/shibboleth/idp/module/conf/sp/sp.properties    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 73b4226..1a3bcc0 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
@@ -10,7 +10,7 @@ sp.issuer = https://sp.example.org
 #sp.service.agents.failFast = false
 sp.service.agents.checkInterval = PT5M
 
-# For single agent hubs, set agent ID via property 
+# For single agent hubs, set agent ID via property
 #sp.agentId = sp.example.org
 # Default agent IP address filter
 #sp.authn.allowedAddressRanges = 127.0.0.1/32, ::1/128
@@ -50,7 +50,7 @@ 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_
 
 # Uncomment/set to define a default IdP discovery service URL or Function
 #sp.discoveryURL =

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


More information about the commits mailing list