Hi,
Using Camel 2.11.0, if I try this:
* from("direct:test").to("http4://example.com/hello%3Fworld/");*
...Camel URLDecodes this URI to instead invoke on:
*http4://www.example.com/service/hello?world/*, which HTTP then interprets
as a URI having a query parameter of 'world/'.
This is very different than handling query parameters, for which we can
successfully use the latest 'RAW()' feature of Camel, i.e.
*http://example.com?query=RAW(hello?world)*
Is this a bug in Camel?
Thanks,
Pat.
--
View this message in context:
http://camel.465427.n5.nabble.com/Is-this-a-valid-Camel-endpoint-URI-http-example-com-hello-3Fworld-tp5742827.html
Sent from the Camel - Users mailing list archive at Nabble.com.