You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Elwin, Martin" <me...@rsasecurity.com> on 2002/09/23 13:30:23 UTC

[HttpClient] [PATCH] TestMethodsExternalHost catches IOException twice

Same problem as with the HttpMultiClient... Patch attached.

> In HttpMultiClient (latest version in CVS) there is a catch 
> statement for
> IOException followed by HttpException, however since 
> HttpException extends
> from IOException there is no possible way the HttpException 
> catch clause can
> be activated.  Since they both just throw the exception again 
> anyway, this
> patch just removes the HttpException catch clause.