ports/www/jetty12/files/patch-etc_webdefault-ee9.xml
Ryan Steinmetz defe5b7640
www/jetty12: New port
Eclipse Jetty provides a highly scalable and memory-efficient web server and
servlet container, supporting many protocols such as HTTP/3,2,1 and WebSocket.
Furthermore, the project offers integrations with many other technologies,
such as:

* Asynchronous HTTP Server
* Standard based Servlet Container
* Web Sockets server
* Asynchronous HTTP Client
* OSGi, JNDI, JMX, JASPI, AJP support
2024-07-04 14:18:22 -04:00

11 lines
347 B
XML

--- etc/webdefault-ee9.xml.orig 2024-07-04 15:13:21 UTC
+++ etc/webdefault-ee9.xml
@@ -141,7 +141,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>