Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 28431 invoked from network); 17 Jan 2011 15:18:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Jan 2011 15:18:12 -0000 Received: (qmail 51205 invoked by uid 500); 17 Jan 2011 15:18:12 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 50953 invoked by uid 500); 17 Jan 2011 15:18:09 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 50032 invoked by uid 99); 17 Jan 2011 15:18:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jan 2011 15:18:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jan 2011 15:18:06 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0HFHiCQ017940 for ; Mon, 17 Jan 2011 15:17:44 GMT Message-ID: <18944498.15461295277464507.JavaMail.jira@thor> Date: Mon, 17 Jan 2011 10:17:44 -0500 (EST) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Subject: [jira] Resolved: (HTTPCLIENT-1044) DefaultHttpRequestRetryHandler is not handling PUT as an idempotent method for retries, though RFC2616 section 9.1.2 clearly defines it to be one. In-Reply-To: <9264311.381671295057866256.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org