You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (Resolved) (JIRA)" <ji...@apache.org> on 2011/12/13 09:43:30 UTC

[jira] [Resolved] (CAMEL-4768) Extra request parameters sent by the camel-http4 component

     [ https://issues.apache.org/jira/browse/CAMEL-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-4768.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.9.0
                   2.8.4
                   2.7.5

Applied patch into trunk, 2.8.x and 2.7.x branch.
                
> Extra request parameters sent by the camel-http4 component
> ----------------------------------------------------------
>
>                 Key: CAMEL-4768
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4768
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-http
>    Affects Versions: 2.8.3
>         Environment: jdk1.6.0_29; Windows XP
>            Reporter: Xavier Vergés
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 2.7.5, 2.8.4, 2.9.0
>
>
> Described in http://camel.465427.n5.nabble.com/Extra-Request-Params-sent-in-camel-HTTP-component-GET-request-td5042808.html
> Route 
> {code}
> from("jetty:http://0.0.0.0:8080/myapp/myservice") 
> .to("http4://www.google.com/?q=camel&bridgeEndpoint=true&throwExceptionOnFailure=false"); 
> {code}
> sends to the server the {{bridgeEndpoint=true&throwExceptionOnFailure=false}} parameters,
> while route 
> {code}
> from("jetty:http://0.0.0.0:8080/myapp/myservice") 
> .to("http://www.google.com/?q=camel&bridgeEndpoint=true&throwExceptionOnFailure=false"); 
> {code}
> behaves properly and removes them

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira