You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2017/03/15 20:37:31 UTC

lucene-solr:master: SOLR-9516: Updating CHANGES.txt entry

Repository: lucene-solr
Updated Branches:
  refs/heads/master 9d56f1365 -> 2bce98b0c


SOLR-9516: Updating CHANGES.txt entry


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/2bce98b0
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/2bce98b0
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/2bce98b0

Branch: refs/heads/master
Commit: 2bce98b0c162c5d8a815bc3e2ec32ba6d08c62fa
Parents: 9d56f13
Author: Ishan Chattopadhyaya <is...@apache.org>
Authored: Thu Mar 16 02:03:09 2017 +0530
Committer: Ishan Chattopadhyaya <is...@apache.org>
Committed: Thu Mar 16 02:07:11 2017 +0530

----------------------------------------------------------------------
 solr/CHANGES.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2bce98b0/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 6829cd1..f1a12ea 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -255,7 +255,8 @@ Bug Fixes
 
 * SOLR-10184: Fix bin/solr so it can run properly on java9 (hossman, Uwe Schindler)
 
-* SOLR-9516: Admin UI (angular) didn't work with Kerberos (Cassandra Targett, Amrit Sarkar via Ishan Chattopadhyaya)
+* SOLR-9516: Admin UI (angular) now works with Kerberos, by excluding serving of /solr/libs/* through
+  SolrDispatchFilter. (Cassandra Targett, Amrit Sarkar via Ishan Chattopadhyaya)
 
 Optimizations
 ----------------------