Return-Path: Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 64515 invoked from network); 16 Apr 2003 07:05:22 -0000 Received: from smtp1.zpar1.sopragroup.com (HELO sopragroup.com) (213.223.36.98) by daedalus.apache.org with SMTP; 16 Apr 2003 07:05:22 -0000 Received: (qmail 10648 invoked from network); 16 Apr 2003 07:05:33 -0000 Received: from Antivirus (HELO Antivirus) (Antivirus@Antivirus) by smtp1.sopragroup.com with SMTP; 16 Apr 2003 07:05:33 -0000 From: "Aurelien Pernoud" To: "'Commons HttpClient Project'" Subject: RE: Still problems with HttpRecoverableException and HTTPS Date: Wed, 16 Apr 2003 09:05:31 +0200 Message-ID: <9E035BE80785AA4EAA456959ECB4A30D035CA9E1@nt036.an.sopra> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.6604 (9.0.2911.0) Importance: Normal In-Reply-To: <9E035BE80785AA4EAA456959ECB4A30D064D27DC@nt036.an.sopra> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N The patch didn't make it Mike. Michael Becke a ecrit : > Attached is a patch that adds a flag "recoverableAfterRequest" to > HttpMethodBase. If set, a method is retried, even if the recoverable > exception occurs during the read. The default value for this flag is > different for each method, depending on whether or not it is deemed > safe to retry. Please have a look. > > Mike