[java-idp-plugin-jetty] 109/186: Remove redundant static webappcontext and directory
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:57:40 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=5bf9f8b58c79dbd3fae258fb4ea07c5f20277410
commit 5bf9f8b58c79dbd3fae258fb4ea07c5f20277410
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Oct 25 18:13:01 2023 +0100
Remove redundant static webappcontext and directory
---
src/main/resources/jetty-base/static/.gitkeep | 0
src/main/resources/jetty-base/webapps/static.xml | 16 ----------------
2 files changed, 16 deletions(-)
diff --git a/src/main/resources/jetty-base/static/.gitkeep b/src/main/resources/jetty-base/static/.gitkeep
deleted file mode 100644
index e69de29..0000000
diff --git a/src/main/resources/jetty-base/webapps/static.xml b/src/main/resources/jetty-base/webapps/static.xml
deleted file mode 100644
index a3cca9c..0000000
--- a/src/main/resources/jetty-base/webapps/static.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://www.eclipse.org/jetty/configure_10_0.dtd">
-<!-- =============================================================== -->
-<!-- Configure static content delivery -->
-<!-- =============================================================== -->
-<Configure class="org.eclipse.jetty.server.handler.ContextHandler">
- <Set name="contextPath">/</Set>
- <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"/>
- </Set>
- <Set name="directoriesListed">false</Set>
- </New>
- </Set>
-</Configure>
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list