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 (JIRA)" <ji...@apache.org> on 2015/06/23 08:30:00 UTC

[jira] [Commented] (CAMEL-8838) Setting HttpConnectionManager Override Property in URI using HttpClientParams is not working

    [ https://issues.apache.org/jira/browse/CAMEL-8838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14597246#comment-14597246 ] 

Willem Jiang commented on CAMEL-8838:
-------------------------------------

Current camel-http4 component doesn't support to set the connectionManagerClass any more, as we move to the new HttpClientBuilder API since Camel 2.14.x.  Now we don't provide community support of camel-2.13.x any more. So I just close this issue as not fix.

You can setup the HttpConnectionManager from the HttpComponent.

> Setting HttpConnectionManager Override Property in URI using HttpClientParams is not working
> --------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-8838
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8838
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-http
>    Affects Versions: 2.13.2
>            Reporter: Deepak
>            Assignee: Willem Jiang
>              Labels: camel, http
>
> Hi, 
> When we pass HttpClientParams in EndPoint URI, to override HttpConnectionManager class, the HttpComponent is not considering the overridden parameter, 
> Example URL 
> https://myapplication.com/myappservice/?bridgeEndpoint=true&throwExceptionOnFailure=false&httpClient.connectionManagerClass=org.apache.commons.httpclient.SimpleHttpConnectionManager 
> In org.apache.camel.component.http.HttpComponent, if there is no bean injection of httpConnectionManager class, by default a new instance of MultiThreadedHttpConnectionManager class is created. 
> In HttpComponent class, while constructing the HttpEndPoint, the same above HttpConnection Manager class is sent as reference. 
> In HttpEndPoint class, createHttpClient method, although all the Http client params are considered, HttpConnectionManager class sent by the HttpClient Params is not considered. 
> Please clarify or fix it. 
> HttpClient answer = new HttpClient(getClientParams()); // Line Number 110 answer.setHttpConnectionManager(httpConnectionManager); // Line Number 144



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)