Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 46826 invoked from network); 21 Aug 2007 21:10:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Aug 2007 21:10:05 -0000 Received: (qmail 36266 invoked by uid 500); 21 Aug 2007 21:09:58 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 36244 invoked by uid 500); 21 Aug 2007 21:09:58 -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 36233 invoked by uid 99); 21 Aug 2007 21:09:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Aug 2007 14:09:58 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [72.22.94.67] (HELO virtual.halosg.com) (72.22.94.67) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Aug 2007 21:09:57 +0000 Received: (qmail 15643 invoked from network); 21 Aug 2007 16:02:45 -0500 Received: from 72-19-171-38.static.mesanetworks.net (HELO ?192.168.3.103?) (72.19.171.38) by halosg.com with SMTP; 21 Aug 2007 16:02:45 -0500 Message-ID: <46CB548F.3060908@hanik.com> Date: Tue, 21 Aug 2007 15:09:35 -0600 From: Filip Hanik - Dev Lists User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: [VOTE] Send trunk to the sandbox References: <20070813181349.791471A981A@eris.apache.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org for those not following the entire non existent revolution, here is the veto that was being debated fhanik@apache.org wrote: > Author: fhanik > Date: Tue May 29 15:23:36 2007 > New Revision: 542678 > > URL: http://svn.apache.org/viewvc?view=rev&rev=542678 > Log: > setup default operation > > Modified: > tomcat/trunk/java/org/apache/catalina/connector/CometEventImpl.java > > Modified: > tomcat/trunk/java/org/apache/catalina/connector/CometEventImpl.java > URL: > http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/connector/CometEventImpl.java?view=diff&rev=542678&r1=542677&r2=542678 > > ============================================================================== > > --- > tomcat/trunk/java/org/apache/catalina/connector/CometEventImpl.java > (original) > +++ > tomcat/trunk/java/org/apache/catalina/connector/CometEventImpl.java > Tue May 29 15:23:36 2007 > @@ -41,6 +41,11 @@ > public CometEventImpl(Request request, Response response) { > this.request = request; > this.response = response; > + try { > + this.register(CometOperation.OP_READ); > + }catch ( IOException x ) { > + throw new IllegalStateException(x.getMessage(),x); > + } > } To keep with the proper commit handling procedures of the ASF, I think I have to veto all these changes, so that they are not considered as having been accepted inside an official branch. They have to be considered a proposal (even though the branch they live in sounds official), but of course, no need to revert them. R�my Bill Barker wrote: > I'm so tired of this thread, so let's settle it once and for all. I'm > backing Remy's suggestion to send the current trunk to the sandbox: > [ ] +1 Let's end the revolution > [ ] +0 What revolution? > [ ] -1 Viva the revolultion > > My vote is +1. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > For additional commands, e-mail: dev-help@tomcat.apache.org > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org