[
https://issues.apache.org/jira/browse/CONNECTORS-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16779135#comment-16779135
]
Erlend Garåsen commented on CONNECTORS-1564:
--------------------------------------------
The header is present:
{code:java}
DEBUG 2019-02-27T11:46:21,724 (Thread-14545) - http-outgoing-123 >> Host:
solr-test03.uio.no:443
DEBUG 2019-02-27T11:46:21,724 (Thread-14545) - http-outgoing-123 >> Connection:
Keep-Alive
DEBUG 2019-02-27T11:46:21,724 (Thread-14545) - http-outgoing-123 >> User-Agent:
Apache-HttpClient/4.5.6 (Java/1.8.0_191)
DEBUG 2019-02-27T11:46:21,724 (Thread-14545) - http-outgoing-123 >> Expect:
100-continue
{code}
> Support preemptive authentication to Solr connector
> ---------------------------------------------------
>
> Key: CONNECTORS-1564
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1564
> Project: ManifoldCF
> Issue Type: Improvement
> Components: Lucene/SOLR connector
> Reporter: Erlend Garåsen
> Assignee: Karl Wright
> Priority: Major
> Attachments: CONNECTORS-1564.patch
>
>
> We should post preemptively in case the Solr server requires basic
> authentication. This will make the communication between ManifoldCF and Solr
> much more effective instead of the following:
> * Send a HTTP POST request to Solr
> * Solr sends a 401 response
> * Send the same request, but with a "{{Authorization: Basic}}" header
> With preemptive authentication, we can send the header in the first request.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)