[
https://issues.apache.org/activemq/browse/CAMEL-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56588#action_56588
]
Claus Ibsen commented on CAMEL-1530:
------------------------------------
Yeah not really nice as we then need to be constantly in sync with HTTP Client
if they introduce new options etc.
Wonder if the neutral
{code}
httpParams.setParameter(key, value);
{code}
Works anyway. e.g. can you use it to set for example the
{{CoreConnectionPNames.SO_TIMEOUT}} parameter?
I hope so as HttpParams could deal with the type conversions.
If so then the simple looping you had before is sufficient?
> Upgrade camel-http to use httpclient 4.0
> ----------------------------------------
>
> Key: CAMEL-1530
> URL: https://issues.apache.org/activemq/browse/CAMEL-1530
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-http
> Affects Versions: 2.0-M1
> Reporter: Claus Ibsen
> Assignee: Christian Mueller
> Fix For: 2.2.0
>
>
> Upgrading httpclient from 3.1 to 4.0 requires changes in the camel-http code
> as the API has change quite a lot.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.