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