Stijn Vranckx created CAMEL-5709:
------------------------------------
Summary: Http4 Endpoint does not remove all Options from URI
Key: CAMEL-5709
URL: https://issues.apache.org/jira/browse/CAMEL-5709
Project: Camel
Issue Type: Bug
Components: camel-http
Affects Versions: 2.10.1
Reporter: Stijn Vranckx
Fix For: 2.10.2
When using the http4 component in the following way:
<to
uri="http4://localhost:8090/axis2/services/BudgetManagementService?&throwExceptionOnFailure=false"/>
The request gets send to the correct URI :
http://localhost:8090/axis2/services/BudgetManagementService
When adding the additional parameter to determine the maxTotalConnections in
the following way:
<to
uri="http4://localhost:8090/axis2/services/BudgetManagementService?&throwExceptionOnFailure=false&maxTotalConnections=20"/>
This parameters is not remove from the URI and the request is send to:
http://localhost:8090/axis2/services/BudgetManagementService?maxTotalConnections=20
Which results in an error calling the webservice.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira