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:33:21 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 46de13821 -> c6a1aa20d


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/c6a1aa20
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/c6a1aa20
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/c6a1aa20

Branch: refs/heads/branch_6x
Commit: c6a1aa20dc9f2e0bffcdb42cf01efff6466b1128
Parents: 46de138
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:03:09 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c6a1aa20/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index f94d327..6549f35 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -182,7 +182,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
 ----------------------