DefaultHttpRequestRetryHandler is not handling PUT as an idempotent method for
retries, though RFC2616 section 9.1.2 clearly defines it to be one.
--------------------------------------------------------------------------------------------------------------------------------------------------
Key: HTTPCLIENT-1044
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1044
Project: HttpComponents HttpClient
Issue Type: Bug
Affects Versions: 4.0.3, 4.1.0
Reporter: Steffen Yount
See attached patch file for a fix:
Fix treats PUT requests as idempotent, marking them to be retried when their
enclosed HttpEntity is either null or repeatable.
--
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]