SOLR-13984: docs, changes.txt

This commit is contained in:
Robert Muir 2019-12-24 06:41:14 -08:00
parent 126d6b7767
commit efd13f2884
2 changed files with 7 additions and 0 deletions

View File

@ -172,6 +172,9 @@ Improvements
* SOLR-14131: Add maxQueryLength option to DirectSolrSpellchecker. (Andy Webb via Bruno Roustant)
* SOLR-13984: Java's SecurityManager sandbox can be enabled via environment variable,
SOLR_SECURITY_MANAGER_ENABLED=true. (rmuir)
Optimizations
---------------------
(No changes)

View File

@ -62,3 +62,7 @@ Audit logging will record an audit trail of incoming reqests to your cluster, su
ZooKeeper is a central and important part of a SolrCloud cluster and understanding how to secure
its content is covered in the <<zookeeper-access-control.adoc#zookeeper-access-control,ZooKeeper Access Control>> page.
== Enable Security Manager
Solr can run in a Java Security Manager sandbox by setting `SOLR_SECURITY_MANAGER_ENABLED=true` via environment variable or in `solr.in.sh`/`solr.in.cmd`. This feature is incompatible with Hadoop.