You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2019/12/24 00:03:02 UTC

[lucene-solr] 02/02: SOLR-14136: changes.txt entry

This is an automated email from the ASF dual-hosted git repository.

rmuir pushed a commit to branch jira/SOLR-14136
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit b4982d391a40d3028fc04e9ceb82679a30ea9f09
Author: Robert Muir <rm...@apache.org>
AuthorDate: Mon Dec 23 16:02:49 2019 -0800

    SOLR-14136: changes.txt entry
---
 solr/CHANGES.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 6f26d23..9d17c52 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -166,6 +166,10 @@ Improvements
 * SOLR-14138: Jetty's NCSA-formatted RequestLog can be enabled via environment variable,
   SOLR_REQUESTLOG_ENABLED=true. This will respect SOLR_LOGS_DIR if it is set. (rmuir)
 
+* SOLR-14136: Jetty's InetAccessHandler can be enabled via environment variables,
+  SOLR_IP_WHITELIST and SOLR_IP_BLACKLIST. These variables can restrict access to
+  Solr based on IP addresses/networks. (rmuir)
+
 Optimizations
 ---------------------
 (No changes)