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-03 22:08 -------
I tend to agree that the whole auto-recovery mechanism the way it is
implementent now is flawed. Simply put, any IOException can potentially be
treated as recoverable provided the application layer ensures methods'
idempotentcy. 

All it basically takes is this

    boolean retryMethod(
        HttpMethod method, 
        IOException exception,
        int executionCount);

The question is do we want to fix it now or do we want to fix it later?

This is what I can live with for now (the patch coming shortly). Let me know
what you think

Oleg

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

Reply via email to