Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 31889 invoked from network); 11 Oct 2007 15:35:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Oct 2007 15:35:59 -0000 Received: (qmail 85832 invoked by uid 500); 11 Oct 2007 15:35:43 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 85784 invoked by uid 500); 11 Oct 2007 15:35:43 -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 85773 invoked by uid 500); 11 Oct 2007 15:35:43 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 85770 invoked by uid 99); 11 Oct 2007 15:35:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 08:35:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 15:35:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AF8E81A9832; Thu, 11 Oct 2007 08:35:34 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r583853 - /tomcat/tc6.0.x/trunk/STATUS Date: Thu, 11 Oct 2007 15:35:34 -0000 To: tomcat-dev@jakarta.apache.org From: fhanik@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071011153534.AF8E81A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fhanik Date: Thu Oct 11 08:35:33 2007 New Revision: 583853 URL: http://svn.apache.org/viewvc?rev=583853&view=rev Log: Proposal for a generic way of setting attributes, letting the components decide if a warning should be issued or not by implementing 'boolean setProperty' instead of 'void setProperty'. The old way, 'void setProperty' is still backwards compatible, and its behavior has not changed. Modified: tomcat/tc6.0.x/trunk/STATUS Modified: tomcat/tc6.0.x/trunk/STATUS URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS?rev=583853&r1=583852&r2=583853&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS (original) +++ tomcat/tc6.0.x/trunk/STATUS Thu Oct 11 08:35:33 2007 @@ -38,8 +38,16 @@ * Call StopAwait at StandardServer.stop as port==-1 +1: pero -1: remm (would like clarification on the sleep value, currently 100s) - + -1: No link to proposed fix given. + * Arrange doc of connectors. http://people.apache.org/~jfclere/patches/tc.docs.patch +1: jfclere, remm -1: + +* Make server.xml parsing warnings more generic, add support for the NIO connector +* Connector is no longer an exception case. Any new component can still use setProperty and return a boolean +* to accept or reject the property + http://people.apache.org/~fhanik/patches/digester-attribute-warnings.patch + +1: fhanik + -1: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org