[java-idp-jetty-base] branch 12.1 updated: JJETTY-44 - Add fragment option to URI compliance setting
Codeberg
noreply at shibboleth.net
Tue May 12 16:25:08 UTC 2026
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/7b0fa42f29f37efc2039cf25b644e0de040e7b8b
The following commit(s) were added to refs/heads/12.1 by this push:
new 7b0fa42 JJETTY-44 - Add fragment option to URI compliance setting
7b0fa42 is described below
commit 7b0fa42f29f37efc2039cf25b644e0de040e7b8b
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue May 12 12:24:36 2026 -0400
JJETTY-44 - Add fragment option to URI compliance setting
https://shibboleth.atlassian.net/browse/JJETTY-44
---
.../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 bb79304..3f8779b 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,6 +43,9 @@ jetty.sslContext.renegotiationAllowed=false
# Skip SNI hostcheck
jetty.ssl.sniHostCheck=false
+# Override default URI compliance to allow fragments
+jetty.httpConfig.redirectUriCompliance=DEFAULT,FRAGMENT
+
# 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