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

HttpHelper concats fixed endpoint URI query parameters with CamelHttpPath header in wrong order

    XMLWordPrintableJSON

Details

    • Unknown

    Description

      .setHeader(Exchange.HTTP_PATH, constant("/my/path"))
      .to("http4://myhost:80?abc=123")
      

      leads to Camel requesting the following URL:

      http://myhost:80?abc=123/my/path
      

      instead of:

      http://myhost:80/my/path?abc=123
      

      Attachments

        Activity

          People

            raulvk Raúl Kripalani
            raulvk Raúl Kripalani
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: