[java-idp-plugin-jetty] 02/02: JJETTY-25 Where should static data be served from?
Rod Widdowson
rdw at steadingsoftware.com
Thu Nov 6 20:05:15 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-idp-plugin-jetty.
View the commit online:
https://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=670b3d46faeacc76041accbe7d2b73ceff430c05
commit 670b3d46faeacc76041accbe7d2b73ceff430c05
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Nov 6 20:01:56 2025 +0000
JJETTY-25 Where should static data be served from?
https://shibboleth.atlassian.net/browse/JJETTY-25
Move the static directory (as served up my static.xml) up to idp.home
(thus making a peer to bin, conf, log and indeed jetty-base-12
---
.../main/resources/net/shibboleth/idp/module/jetty/module.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/module.properties b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/module.properties
index 0fe3276..f0538c6 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/module.properties
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/module.properties
@@ -30,7 +30,7 @@ jetty.module.6.src = /net/shibboleth/idp/module/jetty/jetty-base-12/webapps/stat
jetty.module.6.dest = jetty-base-12/webapps/static.xml
jetty.module.7.src = /net/shibboleth/idp/module/jetty/jetty-base-12/static/index.html
-jetty.module.7.dest = jetty-base-12/static/index.html
+jetty.module.7.dest = static/index.html
jetty.module.8.src = /net/shibboleth/idp/module/jetty/jetty-cli.jar
jetty.module.8.dest = bin/net.shibboleth.idp.jetty-base/jetty-cli.jar
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list