[java-plugin-shibd] branch main updated: Missed another underscore.

Codeberg noreply at shibboleth.net
Tue Jan 6 16:32:20 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/6162cd9ba5da61d0e0c3f5ddbc699dbc378b615e

The following commit(s) were added to refs/heads/main by this push:
     new 6162cd9  Missed another underscore.
6162cd9 is described below

commit 6162cd9ba5da61d0e0c3f5ddbc699dbc378b615e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 6 11:32:11 2026 -0500

    Missed another underscore.
---
 .../src/main/resources/net/shibboleth/sp/conf/agents-system.xml         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/agents-system.xml b/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/agents-system.xml
index 37b9063..f44fcca 100644
--- a/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/agents-system.xml
+++ b/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/agents-system.xml
@@ -66,7 +66,7 @@
 
     <bean id="shibboleth.sp.CookieStateTokenManager" class="net.shibboleth.sp.impl.CookieStateTokenManager" lazy-init="true"
         p:cookieManager-ref="shibboleth.sp.RemotedCookieManager"
-        p:cookiePrefix="#{'%{sp.stateToken.cookiePrefix:_Host-shibsp_state_}'.trim()}" />
+        p:cookiePrefix="#{'%{sp.stateToken.cookiePrefix:__Host-shibsp_state_}'.trim()}" />
 
     <!-- More traditional beans akin to IdP service. -->
 

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


More information about the commits mailing list