[java-idp-plugin-jetty] 106/186: Add empty static/ directory
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:57:37 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=f21f170d43c90bd0335a5a604d2a4a5cf6ae6247
commit f21f170d43c90bd0335a5a604d2a4a5cf6ae6247
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 7 18:28:33 2023 -0500
Add empty static/ directory
---
src/main/resources/jetty-base/static/.gitkeep | 0
src/main/resources/jetty-base/webapps/static.xml | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/jetty-base/static/.gitkeep b/src/main/resources/jetty-base/static/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/src/main/resources/jetty-base/webapps/static.xml b/src/main/resources/jetty-base/webapps/static.xml
index 58bb6f0..a3cca9c 100644
--- a/src/main/resources/jetty-base/webapps/static.xml
+++ b/src/main/resources/jetty-base/webapps/static.xml
@@ -8,7 +8,7 @@
<Set name="handler">
<New class="org.eclipse.jetty.server.handler.ResourceHandler">
<Set name="resourceBase">
- <Property name="jetty.base"/>/<Property name="jetty.static.data.path" default="../static"/>
+ <Property name="jetty.base"/>/<Property name="jetty.static.data.path" default="static"/>
</Set>
<Set name="directoriesListed">false</Set>
</New>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list