Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5364373BB for ; Wed, 28 Sep 2011 11:55:07 +0000 (UTC) Received: (qmail 46098 invoked by uid 500); 28 Sep 2011 11:55:06 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 46006 invoked by uid 500); 28 Sep 2011 11:55:06 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 45995 invoked by uid 99); 28 Sep 2011 11:55:06 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 11:55:06 +0000 Received: from localhost (HELO s2laptop.dev.local) (127.0.0.1) (smtp-auth username markt, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 11:55:06 +0000 Message-ID: <4E830B17.8080003@apache.org> Date: Wed, 28 Sep 2011 12:55:03 +0100 From: Mark Thomas User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: [VOTE] Release Apache Tomcat 7.0.22 References: <4E8241EC.7060109@apache.org> <4E82E7C1.9010809@kippdata.de> In-Reply-To: <4E82E7C1.9010809@kippdata.de> X-Enigmail-Version: 1.3.2 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit On 28/09/2011 10:24, Rainer Jung wrote: > On 27.09.2011 23:36, Mark Thomas wrote: >> The proposed Apache Tomcat 7.0.22 release is now available for voting. >> >> It can be obtained from: >> http://people.apache.org/~markt/dev/tomcat-7/v7.0.22/ >> The svn tag is: >> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_22/ >> >> The proposed 7.0.21 release is: >> >> [ ] Broken - do not release >> [ ] Beta - go ahead and release as 7.0.22 Beta >> [X] Stable - go ahead and release as 7.0.22 Stable > > It would be nice though to know your final analysis of BZ 51881 (Server > incorrectly parses incoming HTTP requests and loses them) before > publising the release. I'm getting closer. It is, as the OP suggested, a problem with handling async closes of comet connections (where a request on thread A triggers the close of the comet request on thread B). I haven't quite got to the bottom of it yet but so far the indications are this isn't something that we'll need to do an immediate 7.0.23 for. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org