You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A workaround is ToD, deleting CamelHttpPath and chaining CamelHttpUri like this:
cxfrs://http://123.123.123.123:1234/${in.header.CamelHttpUri}
but in this way I must manage manually "404 not found" with Try-Catch.
Is url encoding an expected behavior?
Variant
Vs Code Extension
Container Management (if applicable)
None
Operating System (if applicable)
Linux
Version
4.7.0
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
The CXF-RS component does not route the query parameters correctly.
Steps to reproduce the behavior
endpoint receives /param1/param2%3Fparam3=value , so the question mark is url encoded
A workaround is ToD, deleting CamelHttpPath and chaining CamelHttpUri like this:
cxfrs://http://123.123.123.123:1234/${in.header.CamelHttpUri}
but in this way I must manage manually "404 not found" with Try-Catch.
Is url encoding an expected behavior?
Variant
Vs Code Extension
Container Management (if applicable)
None
Operating System (if applicable)
Linux
Version
4.7.0
Relevant log output
No response
The text was updated successfully, but these errors were encountered: