[java-plugin-shibd] branch main updated: Fix defaulted property comment.

Codeberg noreply at shibboleth.net
Tue Jan 6 16:30:49 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/429e2c0fc6c40f71ee2462cef734354a1b478e21

The following commit(s) were added to refs/heads/main by this push:
     new 429e2c0  Fix defaulted property comment.
429e2c0 is described below

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

    Fix defaulted property comment.
---
 .../src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 158b33d..f9aeec5 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
@@ -32,7 +32,7 @@ sp.service.agents.checkInterval = PT5M
 # Controls storage back-end for storage-based state tokens
 #sp.stateToken.StorageService = shibboleth.StorageService
 # Cookie prefix when using cookie-backed state
-#sp.stateToken.cookiePrefix = _Host-shibsp_state_
+#sp.stateToken.cookiePrefix = __Host-shibsp_state_
 
 # Request/response correlation control
 #sp.correlation.cookiePrefix = __Host-_shibsp_req_

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


More information about the commits mailing list