Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 83996 invoked from network); 31 Jan 2008 19:22:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2008 19:22:17 -0000 Received: (qmail 68699 invoked by uid 500); 31 Jan 2008 19:22:01 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 68647 invoked by uid 500); 31 Jan 2008 19:22:01 -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 68636 invoked by uid 99); 31 Jan 2008 19:22:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 11:22:01 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.97.136.165] (HELO n066.sc1.he.tucows.com) (64.97.136.165) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 19:21:46 +0000 Received: from sc1-out08.emaildefenseservice.com (64.97.139.2) by n066.sc1.he.tucows.com (7.2.069.1) id 4769F918004D856E for dev@tomcat.apache.org; Thu, 31 Jan 2008 19:21:38 +0000 X-SpamScore: 2 X-Spamcatcher-Summary: 2,0,0,13ecdbc8c67ca935,a83a5622fb9ab208,markt@apache.org,-,RULES_HIT:152:355:379:481:599:601:854:901:945:967:968:973:988:989:1187:1260:1261:1277:1311:1313:1314:1345:1358:1359:1437:1515:1516:1518:1534:1542:1593:1594:1676:1711:1730:1747:1766:1792:2198:2199:2379:2393:2525:2534:2553:2559:2568:2570:2630:2682:2685:2693:2703:2857:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3027:3354:3865:3866:3867:3868:3869:3870:3871:3872:3874:3934:3936:3938:3941:3944:4250: 4605:5007:6117:6119:6120:7652:7679,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none X-Spamcatcher-Explanation: Received: from [192.168.0.100] (unknown [91.109.169.52]) (Authenticated sender: med.thomas) by sc1-out08.emaildefenseservice.com (Postfix) with ESMTP for ; Thu, 31 Jan 2008 19:21:37 +0000 (UTC) Message-ID: <47A21FBA.9020509@apache.org> Date: Thu, 31 Jan 2008 19:21:30 +0000 From: Mark Thomas User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: svn commit: r616973 - /tomcat/tc6.0.x/trunk/STATUS.txt References: <20080131011248.EBA981A9832@eris.apache.org> In-Reply-To: <20080131011248.EBA981A9832@eris.apache.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org remm@apache.org wrote: > Modified: tomcat/tc6.0.x/trunk/STATUS.txt > URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=616973&r1=616972&r2=616973&view=diff > ============================================================================== > --- tomcat/tc6.0.x/trunk/STATUS.txt (original) > +++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Jan 30 17:12:44 2008 > @@ -43,33 +43,37 @@ > Patch provided by Anthony Berglas > http://svn.apache.org/viewvc?rev=616556&view=rev > +1: markt > - -1: > + -1: remm: I didn't test the performance issue. If it exists, then the patch could be improved > + (move any check logic to the Compiler class - and maybe try to handle JAR updates ?). I'll look at options for moving the logic. I did look at handling JAR updates and it was looking as if lots of changes would be required. Is there any reason to handle them for this case when for the general case we just reload the app? > * Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=43878 > Use a single class loader when not reloading JSPs and tag files to reduce perm > gen usage. > http://svn.apache.org/viewvc?rev=616563&view=rev > +1: markt > + +0: remm: The patch will now no longer blow up with the background reloading thread, > + but the use case intersects with precompilation, so it's probably not very useful. Fair point. If that is the general consensus I'll revert it and mark the bug as WONTFIX. > * Remove old TLS code > http://svn.apache.org/viewvc?rev=616894&view=rev > +1: markt > - -1: > + -1: remm: I don't see the point of backporting these API changing cleanups This isn't an API change. The TLS code has been excluded from the build since 6.0.0. It is purely a clean up. > * Modify NIo connector to use JSSE SSL implementation directly > http://svn.apache.org/viewvc?rev=616896&view=rev > +1: markt > - -1: > + -1: remm: I don't see the point of backporting these API changing cleanups Again, no API change here. > * Remove JSSE dependency from SSL abstraction > Requires NIO patch above > http://svn.apache.org/viewvc?rev=616897&view=rev > +1: markt > - -1: > + -1: remm: I don't see the point of backporting these API changing cleanups Fair point on this one - it does change the API. > * Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=44282 > Do call to getClassLoader() in a privileged block. > http://svn.apache.org/viewvc?rev=616953&view=rev > +1: markt > + +0: remm: do we really want to fix these sort of "bugs" ? Yes. It might be trivial but it is still a bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org