[ 
https://issues.apache.org/jira/browse/SOLR-11554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022367#comment-17022367
 ] 

ASF subversion and git services commented on SOLR-11554:
--------------------------------------------------------

Commit b150202c852fc2c8a5312ede46684e7fff2f2a0b in lucene-solr's branch 
refs/heads/master from Kevin Risden
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=b150202c ]

SOLR-11554: Support handling OPTIONS request for Hadoop authentication filter

Signed-off-by: Kevin Risden <kris...@apache.org>


> 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
>    Affects Versions: 6.4
>            Reporter: Hrishikesh Gadre
>            Assignee: Kevin Risden
>            Priority: Minor
>             Fix For: 8.5
>
>         Attachments: SOLR-11554.patch
>
>
> 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
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to