[java-idp-jetty-base] branch 12.1 updated: Suppress Jetty node name added to JSESSIONID values.

Codeberg noreply at shibboleth.net
Wed Dec 10 03:03:18 UTC 2025


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch 12.1
in repository java-idp-jetty-base.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-jetty-base/commit/66fa6557333a5992c70d55209511232aba26d8ab

The following commit(s) were added to refs/heads/12.1 by this push:
     new 66fa655  Suppress Jetty node name added to JSESSIONID values.
66fa655 is described below

commit 66fa6557333a5992c70d55209511232aba26d8ab
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Dec 9 20:03:06 2025 -0700

    Suppress Jetty node name added to JSESSIONID values.
---
 .../net/shibboleth/idp/module/jetty/jetty-base/start.d/shibboleth.ini  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/start.d/shibboleth.ini b/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/start.d/shibboleth.ini
index 5777154..bb79304 100644
--- a/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/start.d/shibboleth.ini
+++ b/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/start.d/shibboleth.ini
@@ -43,3 +43,6 @@ jetty.sslContext.renegotiationAllowed=false
 # Skip SNI hostcheck
 jetty.ssl.sniHostCheck=false
 
+# Suppress node name in JSESSIONID values
+# This assumes a non-clustered Jetty deploy
+jetty.sessionIdManager.workerName=

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


More information about the commits mailing list