You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hrishikesh Gadre (JIRA)" <ji...@apache.org> on 2017/10/26 18:37:00 UTC

[jira] [Created] (SOLR-11554) Support handling OPTIONS request for Hadoop authentication filter

Hrishikesh Gadre created SOLR-11554:
---------------------------------------

             Summary: Support handling OPTIONS request for Hadoop authentication filter
                 Key: SOLR-11554
                 URL: https://issues.apache.org/jira/browse/SOLR-11554
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
    Affects Versions: 6.4
            Reporter: Hrishikesh Gadre
            Priority: Minor


As part of SOLR-9513 we added a Solr authentication plugin which uses Hadoop security framework. The HTTP client interface provided by Hadoop framework does not send the authentication information preemptively. Instead it sends an OPTIONS request first. If the server responds with 401 error, it resends the request with the proper authentication information. This jira is to handle the OPTIONS request as part of the Solr authentication plugin for Hadoop.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org