[java-idp-jetty-base] branch 12 updated: Update method names for Jetty 12
Tom Zeller
tzeller at dragonacea.biz
Thu May 2 00:23:31 UTC 2024
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 12
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=b17138531a19f9c04b1373a312dc08a759ecb2ea
The following commit(s) were added to refs/heads/12 by this push:
new b171385 Update method names for Jetty 12
b171385 is described below
commit b17138531a19f9c04b1373a312dc08a759ecb2ea
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed May 1 19:23:24 2024 -0500
Update method names for Jetty 12
---
src/main/resources/jetty-base/webapps/static.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/jetty-base/webapps/static.xml b/src/main/resources/jetty-base/webapps/static.xml
index 773ad2b..e803d0d 100644
--- a/src/main/resources/jetty-base/webapps/static.xml
+++ b/src/main/resources/jetty-base/webapps/static.xml
@@ -7,10 +7,10 @@
<Set name="contextPath">/</Set>
<Set name="handler">
<New class="org.eclipse.jetty.server.handler.ResourceHandler">
- <Set name="resourceBase">
+ <Set name="baseResourceAsString">
<Property name="jetty.base"/>/<Property name="jetty.static.data.path" default="../static"/>
</Set>
- <Set name="directoriesListed">false</Set>
+ <Set name="dirAllowed">false</Set>
</New>
</Set>
</Configure>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list