[
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: [email protected]
For additional commands, e-mail: [email protected]