You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2008/11/21 19:44:05 UTC

[jira] Commented: (CAMEL-1107) camel-http - does not remove httpClient.xxx URI options

    [ https://issues.apache.org/activemq/browse/CAMEL-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47561#action_47561 ] 

Claus Ibsen commented on CAMEL-1107:
------------------------------------

I have also added httpClient.XXX options configuration of camel-jetty as well

> 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.