Tadayoshi Sato created CAMEL-9658:
-------------------------------------
Summary: 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)