Disable directory listing for the webconsole

This commit is contained in:
Colm O hEigeartaigh 2019-02-08 15:25:13 +00:00
parent 9e65435517
commit 84f675a7a1
1 changed files with 5 additions and 0 deletions

View File

@ -158,4 +158,9 @@
<session-timeout>30</session-timeout>
</session-config>
<context-param>
<param-name>org.eclipse.jetty.servlet.Default.dirAllowed</param-name>
<param-value>false</param-value>
</context-param>
</web-app>