[
https://issues.apache.org/jira/browse/CONNECTORS-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16756069#comment-16756069
]
Karl Wright commented on CONNECTORS-1564:
-----------------------------------------
[~erlendfg], forcing the header would be a last resort. But we can do it if we
must. However there are about a dozen connectors that rely on this
functionality working properly, so I really want to know what is going wrong.
Can you experiment with changing the order of the builder method invocations
for HttpClient in HttpPoster? It's the only thing I can think of that might be
germane. Perhaps if toString() isn't helpful, you can still inspect the
property in question. Is there a getter method for useExpectContinue?
> 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)