ports/www/jetty10/files/patch-etc_webdefault.xml
Ryan Steinmetz 8a784182f6
www/jetty10: New port
The Jetty Web Server provides an HTTP server and Servlet container
capable of serving static and dynamic content either from a standalone
or embedded instantiations. From jetty-7, the jetty webserver and
other core compoments are hosted by the eclipse foundation.

The project provides:

* Asynchronous HTTP Server
* Standard based Servlet Container
* Web Sockets server
* Asynchronous HTTP Client
* OSGi, JNDI, JMX, JASPI, AJP support
2022-10-27 15:05:09 -04:00

11 lines
339 B
XML

--- etc/webdefault.xml.orig 2022-10-24 21:26:27 UTC
+++ etc/webdefault.xml
@@ -149,7 +149,7 @@
</init-param>
<init-param>
<param-name>dirAllowed</param-name>
- <param-value>true</param-value>
+ <param-value>false</param-value>
</init-param>
<init-param>
<param-name>welcomeServlets</param-name>