lucene/solr/server/etc
Jason Gerlowski 5377742a62
SOLR-13985: Bind to localhost interface by default (#1154)
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.
2020-01-13 09:42:30 -05:00
..
jetty-http.xml SOLR-13985: Bind to localhost interface by default (#1154) 2020-01-13 09:42:30 -05:00
jetty-https.xml SOLR-13985: Bind to localhost interface by default (#1154) 2020-01-13 09:42:30 -05:00
jetty-https8.xml SOLR-13985: Bind to localhost interface by default (#1154) 2020-01-13 09:42:30 -05:00
jetty-requestlog.xml SOLR-14138: enable request log via environ var, remove deprecated jetty class usage, respect SOLR_LOGS_DIR (#1110) 2019-12-23 10:37:31 -05:00
jetty-ssl.xml SOLR-14163: SOLR_SSL_CLIENT_HOSTNAME_VERIFICATION needs to work with Jetty server/client SSL contexts 2020-01-09 10:28:35 -05:00
jetty.xml SOLR-14136: ip whitelist/blacklist via env vars (#1111) 2019-12-23 19:26:11 -05:00
security.policy Reordered some lines and comments to make it easier to manually diff/ merge with gradle branch. 2019-12-25 13:29:11 +01:00
security.properties SOLR-13984: add (experimental, disabled by default) security manager support (#1082) 2019-12-24 06:30:31 -08:00
webdefault.xml SOLR-13409: Disable HTML directory listings in admin interface to prevent possible security issues 2019-04-17 11:04:13 +02:00