Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.25.2
-
None
-
Unknown
Description
Dynamic parameters enclosed inside RAW are not resolved inside HttpSendDynamicAware.createPreProcessor method and get passed to CamelHttpQuery enclosed to RAW.
Endpoint example:
<toD uri="https4://example.com/path?parameter=RAW(${headers.a}-${headers.b})"/>
The actual query request will be:
https4://example.com/path?parameter=RAW(a-b)
Attachments
Issue Links
- links to