DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29874>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29874

Auto method retrial broken





------- Additional Comments From [EMAIL PROTECTED]  2004-07-02 16:32 -------
Changelog:

* fixes broken 'request sent' code, albeit at the expense of adding (yet
another) method to the HttpMethod interface
* removes requestSent argument from the MethodRetryHandler#retryMethod method
which is now available as a method of the HttpMethod interface
* eliminates superfluous HttpTimeoutException & IOTimeoutException classes.
Rethrowing  InterruptedIOException as IOTimeoutException made sense under
assumption that timeout exceptions represented a subclass of recoverable
exceptions, which turned out to be wrong
* ConnectTimeoutException now subclasses the standard InterruptedIOException,
which is more consistent with the overall Java exception handling framework
* HttpConnectionManager classes now throw a more specific
ConnectionPoolTimeoutException derived from ConnectTimeoutException. There can
be cases when socket connect timeout needs to be differentiated from that of the
connection pool

Let me know what you think

Oleg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to