You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2018/04/02 16:27:34 UTC

lucene-solr:branch_7x: SOLR-9399: Delete requests do not send credentials & fails for Basic Authentication (CHANGES.txt)

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x b217f517f -> ffd46c8a7


SOLR-9399: Delete requests do not send credentials & fails for Basic Authentication (CHANGES.txt)

(cherry picked from commit ade301b)


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

Branch: refs/heads/branch_7x
Commit: ffd46c8a7fde20aae3b8e62d87d3825dc562f414
Parents: b217f51
Author: Erick <er...@apache.org>
Authored: Mon Apr 2 09:26:47 2018 -0700
Committer: Erick <er...@apache.org>
Committed: Mon Apr 2 09:27:14 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ffd46c8a/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index bd786d3..3ea5934 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -77,6 +77,9 @@ Bug Fixes
 * SOLR-11673: By default slave doesn't commit empty index when completely new index appears on master. 
   See Upgrade Notes to find a way to get back to the previous behavior. (Mikhail Khludnev)
 
+* SOLR-9399: Delete requests do not send credentials & fails for Basic Authentication
+  (Susheel Kumar, Aibao Luo, Nikkolay Martinov via Erick Erickson)
+
 Optimizations
 ----------------------