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

Extra request parameters sent by the camel-http4 component

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.8.3
    • 2.7.5, 2.8.4, 2.9.0
    • camel-http
    • None
    • jdk1.6.0_29; Windows XP

    • Unknown

    Description

      Described in http://camel.465427.n5.nabble.com/Extra-Request-Params-sent-in-camel-HTTP-component-GET-request-td5042808.html

      Route

      from("jetty:http://0.0.0.0:8080/myapp/myservice") 
      .to("http4://www.google.com/?q=camel&bridgeEndpoint=true&throwExceptionOnFailure=false"); 
      

      sends to the server the bridgeEndpoint=true&throwExceptionOnFailure=false parameters,
      while route

      from("jetty:http://0.0.0.0:8080/myapp/myservice") 
      .to("http://www.google.com/?q=camel&bridgeEndpoint=true&throwExceptionOnFailure=false"); 
      

      behaves properly and removes them

      Attachments

        Issue Links

          Activity

            People

              njiang Willem Jiang
              xverges Xavier Vergés
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: