You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2020/12/20 09:24:00 UTC

[jira] [Resolved] (CAMEL-15974) HttpSendDynamicAware doesn't resolve RAW properties

     [ https://issues.apache.org/jira/browse/CAMEL-15974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-15974.
---------------------------------
    Resolution: Fixed

> 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
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 3.7.1, 3.8.0
>
>
> 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)