mirror of https://github.com/apache/lucene.git
SOLR-13409: Disable HTML directory listings in admin interface to prevent possible security issues
This commit is contained in:
parent
faaee86efb
commit
df27ccf01d
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue