Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.16.2, 2.17.0
-
None
-
Unknown
Description
When bridging HTTP endpoints like this, the HTTP path gets decoded at the TO endpoint:
from("netty-http:http://localhost:9000/camel?matchOnUriPrefix=true") .to("http4://host1:9000/fred?bridgeEndpoint=true");
For instance, requesting to http://localhost:9000/camel/%3B will result in a call to http://host1:9000/fred/;, thus cause several issues downstream.
Attachments
Issue Links
- is related to
-
CAMEL-9660 HTTP producers crash when Exchange.HTTP_URI header contains unencoded unsafe characters
- Resolved
- relates to
-
CAMEL-9442 Query string gets decoded when bridging from netty-http to http4
- Resolved
-
CAMEL-9640 Query string gets decoded when bridging from netty*-http to netty*-http
- Resolved