[java-idp-jetty-base] branch 12 updated: Make jetty.http.host setting user controllable

Rod Widdowson rdw at steadingsoftware.com
Thu Oct 9 10:18:01 UTC 2025


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

rdw pushed a commit to branch 12
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=b03b811b2498739cae275a1b087f594f54350f19

The following commit(s) were added to refs/heads/12 by this push:
     new b03b811  Make jetty.http.host setting user controllable
b03b811 is described below

commit b03b811b2498739cae275a1b087f594f54350f19
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Oct 9 11:16:41 2025 +0100

    Make jetty.http.host setting user controllable
    
    It turns out that in the brave new world of IPV6 you need this
    so as to force jetty to listen on IPV4 (local host doesn't reverts
    to IDPV6)
---
 .../idp/module/jetty/jetty-base-windows/start.d/idp-system.ini         | 1 -
 .../idp/module/jetty/jetty-base-windows/start.d/idp.ini-windows        | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base-windows/start.d/idp-system.ini b/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base-windows/start.d/idp-system.ini
index cae682b..bf25d58 100644
--- a/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base-windows/start.d/idp-system.ini
+++ b/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base-windows/start.d/idp-system.ini
@@ -9,7 +9,6 @@ jetty.sslContext.renegotiationAllowed=false
 
 jetty.ssl.port=443
 jetty.http.port=80
-jetty.http.host=localhost
 
 ## Route request logging through standard logging API
 etc/jetty-requestlog.xml
diff --git a/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base-windows/start.d/idp.ini-windows b/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base-windows/start.d/idp.ini-windows
index 107c1a8..4c28dbc 100644
--- a/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base-windows/start.d/idp.ini-windows
+++ b/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base-windows/start.d/idp.ini-windows
@@ -8,6 +8,9 @@
 # To repeat, only properties listed below are guarantee to work between
 # upgrades.
 #
+# Where do you want jetty to listen
+jetty.http.host=localhost
+
 
 #
 # KeyStore Management.

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


More information about the commits mailing list