You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Johannes Koch (JIRA)" <ji...@apache.org> on 2009/12/14 11:34:18 UTC

[jira] Closed: (HTTPCLIENT-758) Wrong method signatures in AbstractHttpClient

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

Johannes Koch closed HTTPCLIENT-758.
------------------------------------


> Wrong method signatures in AbstractHttpClient
> ---------------------------------------------
>
>                 Key: HTTPCLIENT-758
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-758
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>            Reporter: Johannes Koch
>             Fix For: 4.0 Alpha 4
>
>         Attachments: HTTPCLIENT-758_patch.txt
>
>
> The method signatures for removeRequestInterceptorByClass and removeResponseInterceptorByClass in AbstractHttpClient are wrong. Must be
> public void removeRequestInterceptorByClass(Class<? extends
> HttpRequestInterceptor> clazz);
> and
> public void removeResponseInterceptorByClass(Class<? extends
> HttpRequestInterceptor> clazz);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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