You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Francois-Xavier Bonnet (JIRA)" <ji...@apache.org> on 2013/02/13 10:16:14 UTC

[jira] [Commented] (HTTPCLIENT-1323) CachingHttpClient ignores params set on the request

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

Francois-Xavier Bonnet commented on HTTPCLIENT-1323:
----------------------------------------------------

I think the problem comes from org.apache.http.client.methods.HttpRequestWrapper ignoring original request params.
I am working on a fix.
                
> CachingHttpClient ignores params set on the request
> ---------------------------------------------------
>
>                 Key: HTTPCLIENT-1323
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1323
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: Cache
>    Affects Versions: 4.3 Alpha1
>            Reporter: Francois-Xavier Bonnet
>
> When using a CachingHttpClient, if I set a param on the request like this:
> httpRequest.getParams().setParameter(ClientPNames.HANDLE_REDIRECTS, false);
> The parameter is just ignored.

--
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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org