Iliya Grushevskiy created CAMEL-15974:
-----------------------------------------

             Summary: HttpSendDynamicAware doesn't resolve RAW properties
                 Key: CAMEL-15974
                 URL: https://issues.apache.org/jira/browse/CAMEL-15974
             Project: Camel
          Issue Type: Bug
          Components: camel-http-common
    Affects Versions: 2.25.2
            Reporter: Iliya Grushevskiy


Dynamic parameters enclosed inside RAW are not resolved inside 
_HttpSendDynamicAware.createPreProcessor_ method and get passed to 
CamelHttpQuery enclosed to RAW.
 
Endpoint example:

{code:xml}
<toD uri="https4://example.com/path?parameter=RAW(${headers.a}-${headers.b})"/>
{code}

The actual query request will be: 
{code}https4://example.com/path?parameter=RAW(a-b){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to