mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
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
11 lines
347 B
XML
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>
|