[
https://issues.apache.org/activemq/browse/CAMEL-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56552#action_56552
]
Christian Mueller commented on CAMEL-1530:
------------------------------------------
Claus,
in the current TRUNK the test
"org.apache.camel.component.http.HttpReferenceParameterTest" fails. I think,
bacause
"http://localhost:8081?httpBindingRef=customBinding&httpClientConfigurerRef=customConfigurer"
is not a valid url (anymore) to configure bean references which are defined in
the context (in this sample customBinding and customConfigurer). They should be
prefixed with the "#" sign. In this case, the correct url is
"http://localhost:8080?httpBindingRef=#customBinding&httpClientConfigurerRef=#customConfigurer".
I'm right?
Regards,
Christian
> 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.