mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 10:57:37 -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
349 B
XML
11 lines
349 B
XML
--- etc/webdefault-ee10.xml.orig 2024-07-04 15:13:21 UTC
|
|
+++ etc/webdefault-ee10.xml
|
|
@@ -139,7 +139,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>
|