Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 48782 invoked from network); 22 Oct 2009 15:17:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Oct 2009 15:17:01 -0000 Received: (qmail 47434 invoked by uid 500); 22 Oct 2009 15:17:00 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 47355 invoked by uid 500); 22 Oct 2009 15:17:00 -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 47344 invoked by uid 99); 22 Oct 2009 15:17:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Oct 2009 15:17:00 +0000 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 [193.252.22.190] (HELO smtp6.freeserve.com) (193.252.22.190) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Oct 2009 15:16:51 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3628.me.freeserve.com (SMTP Server) with ESMTP id 1C4DB7000083 for ; Thu, 22 Oct 2009 17:16:31 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3628.me.freeserve.com (SMTP Server) with ESMTP id 0F4DB7000085 for ; Thu, 22 Oct 2009 17:16:31 +0200 (CEST) Received: from mx01.dev.local (unknown [91.109.148.237]) by mwinf3628.me.freeserve.com (SMTP Server) with ESMTP id E45227000083 for ; Thu, 22 Oct 2009 17:16:30 +0200 (CEST) X-ME-UUID: 20091022151630935.E45227000083@mwinf3628.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by mx01.dev.local (Postfix) with ESMTP id CB3D7322B1 for ; Thu, 22 Oct 2009 16:17:27 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from mx01.dev.local ([127.0.0.1]) by localhost (mx01.dev.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a1IUf81e0XxJ for ; Thu, 22 Oct 2009 16:17:24 +0100 (BST) Received: from [192.168.0.9] (study03.dev.local [192.168.0.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.dev.local (Postfix) with ESMTPSA id 7790C3228A for ; Thu, 22 Oct 2009 16:17:24 +0100 (BST) Message-ID: <4AE0774A.2020604@apache.org> Date: Thu, 22 Oct 2009 16:16:26 +0100 From: Mark Thomas User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: svn commit: r828212 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java References: <20091021205714.EFBDC23888DD@eris.apache.org> <1256224344.2473.3.camel@work.remm.hd.free.fr> In-Reply-To: <1256224344.2473.3.camel@work.remm.hd.free.fr> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Remy Maucherat wrote: > On Wed, 2009-10-21 at 20:57 +0000, markt@apache.org wrote: >> Author: markt >> Date: Wed Oct 21 20:57:14 2009 >> New Revision: 828212 >> >> URL: http://svn.apache.org/viewvc?rev=828212&view=rev >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47987 >> Limit size of not found resources cache > > I think you did not modify the right field. Yep. You're right. Thanks for the catch. I'm going to blame the jet lag for that one. I'll get it fixed. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org