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

Path gets decoded when bridging HTTP endpoints

    XMLWordPrintableJSON

Details

    • Unknown

    Description

      When bridging HTTP endpoints like this, the HTTP path gets decoded at the TO endpoint:

      from("netty-http:http://localhost:9000/camel?matchOnUriPrefix=true")
              .to("http4://host1:9000/fred?bridgeEndpoint=true");
      

      For instance, requesting to http://localhost:9000/camel/%3B will result in a call to http://host1:9000/fred/;, thus cause several issues downstream.

      Attachments

        Issue Links

          Activity

            People

              davsclaus Claus Ibsen
              tadayosi Tadayoshi Sato
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: