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

Ahmet Arslan commented on CONNECTORS-911:
-----------------------------------------

Hi Abe-san,

bq. Will you turn on StaleConnectionCheck?
I don't know what this functionality is about. I am merely converting existing 
code

{code}
BasicHttpParams params = new BasicHttpParams();
params.setBooleanParameter(CoreConnectionPNames.STALE_CONNECTION_CHECK,false);
{code}

into 

{code}
RequestConfig.Builder requestBuilder = RequestConfig.custom()
.setStaleConnectionCheckEnabled(false)
{code}

Do you suggest that we should use {{setStaleConnectionCheckEnabled(true)}} ?

> Work on removing HttpClient 4.3 deprecation warnings
> ----------------------------------------------------
>
>                 Key: CONNECTORS-911
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-911
>             Project: ManifoldCF
>          Issue Type: Task
>          Components: Elastic Search connector, Framework crawler agent, JIRA 
> connector, Lucene/SOLR connector, OpenSearchServer connector, RSS connector, 
> Web connector, Wiki connector
>    Affects Versions: ManifoldCF 1.6
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 1.6
>
>         Attachments: CONNECTORS-911.patch, SolrConnector.patch
>
>
> HttpClient 4.3 deprecates pretty much the entire way you used to build 
> httpclient instances; fixing this requires a lot of work in ManifoldCF.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to