You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Raúl Kripalani (JIRA)" <ji...@apache.org> on 2015/08/28 02:16:46 UTC

[jira] [Updated] (CAMEL-9104) HttpHelper concats fixed endpoint URI query parameters with CamelHttpPath header in wrong order

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

Raúl Kripalani updated CAMEL-9104:
----------------------------------
    Summary: HttpHelper concats fixed endpoint URI query parameters with CamelHttpPath header in wrong order  (was: HttpHelper concats fixed endpoint URI query parameters with CamelHttpHeader in wrong order)

> HttpHelper concats fixed endpoint URI query parameters with CamelHttpPath header 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)