[java-idp-jetty-base] 02/04: JJETTY-24 Changes for Jetty-Base 12.1
Rod Widdowson
rdw at steadingsoftware.com
Wed Oct 22 15:04:36 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch 12.1
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=6970fa16a7b7551982a1a1d3e94dc73f4c346afd
commit 6970fa16a7b7551982a1a1d3e94dc73f4c346afd
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Oct 21 16:54:05 2025 +0100
JJETTY-24 Changes for Jetty-Base 12.1
https://shibboleth.atlassian.net/browse/JJETTY-24
Remove specific windows ini files.
---
.../jetty-base-windows/start.d/idp-system.ini | 16 -------------
.../jetty-base-windows/start.d/idp.ini-windows | 26 ----------------------
2 files changed, 42 deletions(-)
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
deleted file mode 100644
index bf25d58..0000000
--- a/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base-windows/start.d/idp-system.ini
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Do not edit anything in this file
-#
---module=logging-logback
---module=idp
-
-## Deny SSL renegotiation
-jetty.sslContext.renegotiationAllowed=false
-
-jetty.ssl.port=443
-jetty.http.port=80
-
-## Route request logging through standard logging API
-etc/jetty-requestlog.xml
-
-jetty.ssl.sniHostCheck=false
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
deleted file mode 100644
index 4c28dbc..0000000
--- a/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base-windows/start.d/idp.ini-windows
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Note for Windows users:
-#
-# These are the only three properties which are guaranteed to work between
-# upgrades. You may find more elsewhere and add them here and they may
-# work. For this release.
-#
-# 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.
-#
-jetty.sslContext.keyStorePath=../credentials/idp-userfacing.p12
-jetty.sslContext.keyStorePassword=changeit
-
-#
-# Keystore type: you should not need to change this
-#
-jetty.sslContext.keyStoreType=PKCS12
-
-jetty.server.default.showContexts=false
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list