mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
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
11 lines
339 B
XML
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>
|