Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 16565 invoked from network); 19 Dec 2002 15:59:02 -0000 Received: from exchange.sun.com (HELO nagoya.betaversion.org) (192.18.33.10) by daedalus.apache.org with SMTP; 19 Dec 2002 15:59:02 -0000 Received: (qmail 1837 invoked by uid 97); 19 Dec 2002 15:59:28 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 1705 invoked by uid 97); 19 Dec 2002 15:59:21 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 1572 invoked by uid 98); 19 Dec 2002 15:59:20 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <3E01ECCC.30106@apache.org> Date: Thu, 19 Dec 2002 10:59:08 -0500 From: Jeanfrancois Arcand User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: [VOTE] Tomcat 4.1.18 release References: <200212190132.gBJ1WRQr026801@ensodex.com> <3E017456.1050609@apache.org> <3E01AA47.5070004@apache.org> In-Reply-To: <3E01AA47.5070004@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N +1 -- Jeanfrancois Remy Maucherat wrote: > A bug exists (unfortunately) in Tomcat 4.1.16 and Tomcat 4.1.17 which > causes the servlet Writer to stay in an invalid state after an > IOException occurs (99% of the time caused by an abrupt client > disconnection). After this happens, the processor will never be able > to output data using the Writer, causing blank pages. This is more > often seen with JSPs. > > The bug affects Coyote HTTP/1.1, and may also affect Coyote JK 2, > although this is less likely. > > It is proposed that Tomcat 4.1.18, based on the Tomcat 4.1.17 code, > with the addition of the patch committed by Bill fixing JK 2 SSL > support, as well as the following patch (which I committed one hour ago): > > Index: CoyoteResponse.java > =================================================================== > RCS file: > /home/cvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteResponse.java,v > > retrieving revision 1.30 > diff -r1.30 CoyoteResponse.java > 322a323,324 > > writer.recycle(); > > > Index: CoyoteWriter.java > =================================================================== > RCS file: > /home/cvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteWriter.java,v > > retrieving revision 1.2 > diff -r1.2 CoyoteWriter.java > 98a99,109 > > // -------------------------------------------------------- > Package Methods > > > > > > /** > > * Recycle. > > */ > > void recycle() { > > error = false; > > } > > > > > > Please review, and vote ASAP: > > > [ ] Yes > [ ] No > > > Remy > > > -- > To unsubscribe, e-mail: > > For additional commands, e-mail: > > > -- To unsubscribe, e-mail: For additional commands, e-mail: