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

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

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

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