You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Nikolay Martynov (JIRA)" <ji...@apache.org> on 2018/03/01 22:55:00 UTC

[jira] [Created] (SOLR-12049) Solrj doesn't pass basic auth for delete requests

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org