mirror of https://github.com/apache/lucene.git
5377742a62
Prior to this commit, Solr's Jetty listened for connections on all network interfaces. This commit changes it to only listen on localhost, to prevent incautious administrators from accidentally exposing their Solr deployment to the world. Administrators who wish to override this behavior can set the SOLR_JETTY_HOST property in their Solr include file (solr.in.sh/solr.in.cmd) to "0.0.0.0" or some other value. A version of this commit was previously reverted due to inconsistency between SOLR_HOST and SOLR_JETTY_HOST. This commit fixes this issue. |
||
---|---|---|
.. | ||
jetty-http.xml | ||
jetty-https.xml | ||
jetty-https8.xml | ||
jetty-requestlog.xml | ||
jetty-ssl.xml | ||
jetty.xml | ||
security.policy | ||
security.properties | ||
webdefault.xml |