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

Extra request parameter sent by the camel-jetty component

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.16.3
    • 2.17.4, 2.18.0
    • camel-jetty
    • None
    • Unknown

    Description

      Trying to build a very simple HTTP proxy, exactly like described in the first code sample from http://camel.apache.org/how-to-use-camel-as-a-http-proxy-between-a-client-and-server.html.

      Using wireshark to see exactly what is going on.

      When i do a request on http://localhost:8080/myapp, the request that is sended to real server is http://realserverhostname:8090/myapp?bridgeEndpoint=true&throwExceptionOnFailure=false.

      when i do a parameterized request http://localhost:8080/myapp?toto=tata, the request that is sended to real server is http://realserverhostname:8090/myapp?toto=tata.

      So when the when there is no request param, the endpoint parameter bridgeEndpoint=true&throwExceptionOnFailure=false are sended to the realserver, and if there is param they are not sended.

      Attachments

        Issue Links

          Activity

            People

              davsclaus Claus Ibsen
              acartapanis Alexandre Cartapanis
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: