SOLR-13409: Disable HTML directory listings in admin interface to prevent possible security issues

This commit is contained in:
Uwe Schindler 2019-04-17 11:04:13 +02:00
parent faaee86efb
commit df27ccf01d
2 changed files with 3 additions and 1 deletions

View File

@ -274,6 +274,8 @@ Other Changes
* SOLR-13366: Clarify 'Invalid stage name' warning logging in AutoScalingConfig (Christine Poerschke)
* SOLR-13409: Disable HTML directory listings in admin interface to prevent possible security issues (Uwe Schindler)
================== 8.0.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.

View File

@ -127,7 +127,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>