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

ASF GitHub Bot commented on CAMEL-9658:
---------------------------------------

Github user tadayosi closed the pull request at:

    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
>            Assignee: Claus Ibsen
>             Fix For: 2.16.3, 2.17.0
>
>
> 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)

Reply via email to