[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oleg Kalnichevski resolved HTTPCLIENT-1044.
-------------------------------------------

    Resolution: Won't Fix

Closing as WONTFIX. I would like to keep the default implementation more 
idiot-proof. Applications whose PUT methods are known to be idempotent can 
still provide a custom implementation of HttpRequestRetryHandler to have PUT 
methods retried automatically.

Oleg  

> 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
>         Attachments: HTTPCLIENT-1044.patch
>
>
> 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]

Reply via email to