You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Tadayoshi Sato (JIRA)" <ji...@apache.org> on 2016/03/01 14:17:18 UTC

[jira] [Commented] (CAMEL-9658) Path gets decoded when bridging HTTP endpoints

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

Tadayoshi Sato commented on CAMEL-9658:
---------------------------------------

PR sent: https://github.com/apache/camel/pull/877

> Path gets decoded when bridging HTTP endpoints
> ----------------------------------------------
>
>                 Key: CAMEL-9658
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9658
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-http, camel-http-common, camel-http4, camel-jetty, camel-netty-http, camel-netty4-http
>    Affects Versions: 2.16.2, 2.17.0
>            Reporter: Tadayoshi Sato
>
> When bridging HTTP endpoints like this, the HTTP path gets decoded at the TO endpoint:
> {code:java}
> from("netty-http:http://localhost:9000/camel?matchOnUriPrefix=true")
>         .to("http4://host1:9000/fred?bridgeEndpoint=true");
> {code}
> For instance, requesting to {{http://localhost:9000/camel/%3B}} will result in a call to {{http://host1:9000/fred/;}}, thus cause several issues downstream.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)