[java-idp-jetty-base] 06/06: Add empty static/ directory

Tom Zeller tzeller at dragonacea.biz
Mon Aug 7 23:47:30 UTC 2023


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

tzeller pushed a commit to branch 11
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.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