Nikolay Martynov created SOLR-12049:
---------------------------------------
Summary: Solrj doesn't pass basic auth for delete requests
Key: SOLR-12049
URL: https://issues.apache.org/jira/browse/SOLR-12049
Project: Solr
Issue Type: Bug
Security Level: Public (Default Security Level. Issues are Public)
Components: SolrJ
Affects Versions: 7.1
Reporter: Nikolay Martynov
If basic authentication is used then delete by id requests do not work because
authentication parameters are not passed.
For updates there is this line in the code:
https://github.com/apache/lucene-solr/blob/master/solr/solrj/src/java/org/apache/solr/client/solrj/request/UpdateRequest.java#L280
For deletes there is no corresponding logic in the same file below.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]