[
https://issues.apache.org/jira/browse/CAMEL-9104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raúl Kripalani resolved CAMEL-9104.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.16.0
Could not merge into 2.15.x or 2.14.x due to major differences in
camel-http-common.
> HttpHelper concats fixed endpoint URI query parameters with CamelHttpHeader
> in wrong order
> ------------------------------------------------------------------------------------------
>
> Key: CAMEL-9104
> URL: https://issues.apache.org/jira/browse/CAMEL-9104
> Project: Camel
> Issue Type: Bug
> Components: camel-http, camel-http4, camel-netty4-http
> Affects Versions: 2.14.3, 2.15.3
> Reporter: Raúl Kripalani
> Assignee: Raúl Kripalani
> Fix For: 2.16.0
>
>
> {code}
> .setHeader(Exchange.HTTP_PATH, constant("/my/path"))
> .to("http4://myhost:80?abc=123")
> {code}
> leads to Camel requesting the following URL:
> {code}
> http://myhost:80?abc=123/my/path
> {code}
> instead of:
> {code}
> http://myhost:80/my/path?abc=123
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)