[ 
https://issues.apache.org/activemq/browse/CAMEL-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-1107.
--------------------------------

    Resolution: Fixed

> camel-http - does not remove httpClient.xxx URI options
> -------------------------------------------------------
>
>                 Key: CAMEL-1107
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1107
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-http
>    Affects Versions: 1.5.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 1.5.1, 2.0.0
>
>
> When using the options to configure httpClient using URI option, they should 
> be removed from the uri that is left over to the HTTPProducer.
> {code}
> http://someserver?httpClient.soTimeOut=5000
> {code}
> should remove the httpClient.xxx so it's
> {code}
> http://someserver
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to