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:29:06 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master d2cb6adde -> ade301bd0


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


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

Branch: refs/heads/master
Commit: ade301bd0daed28dc7601d5bd2b460bc076c989f
Parents: d2cb6ad
Author: Erick <er...@apache.org>
Authored: Mon Apr 2 09:26:47 2018 -0700
Committer: Erick <er...@apache.org>
Committed: Mon Apr 2 09:26:47 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ade301bd/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 378b4a8..50fe77f 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -102,6 +102,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
 ----------------------