Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-15974

HttpSendDynamicAware doesn't resolve RAW properties

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.25.2
    • 3.7.1, 2.25.4, 3.8.0
    • camel-http-common
    • 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

          Activity

            People

              davsclaus Claus Ibsen
              iliya.gr Iliya Grushevskiy
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: