[java-plugin-shibd] branch main updated: Fix static constant to match property defaults.
Codeberg
noreply at shibboleth.net
Tue Jan 6 19:11:23 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/c2255eb3d783fb5b753d8af68327506f469aa9a9
The following commit(s) were added to refs/heads/main by this push:
new c2255eb Fix static constant to match property defaults.
c2255eb is described below
commit c2255eb3d783fb5b753d8af68327506f469aa9a9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 6 14:11:13 2026 -0500
Fix static constant to match property defaults.
---
.../java/net/shibboleth/sp/profile/impl/IssueCorrelationCookie.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/IssueCorrelationCookie.java b/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/IssueCorrelationCookie.java
index 0d8962c..f635187 100644
--- a/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/IssueCorrelationCookie.java
+++ b/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/IssueCorrelationCookie.java
@@ -50,7 +50,7 @@ import net.shibboleth.sp.profile.SPConstants;
public class IssueCorrelationCookie extends AbstractApplicationAction {
/** Default cookie prefix. */
- @Nonnull @NotEmpty static public String DEFAULT_COOKIE_PREFIX = "_shibsp_req_";
+ @Nonnull @NotEmpty static public String DEFAULT_COOKIE_PREFIX = "shibsp_req_";
/** Class logger. */
@Nonnull private Logger log = LoggerFactory.getLogger(IssueCorrelationCookie.class);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list