Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 52825 invoked from network); 13 Jul 2008 18:31:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jul 2008 18:31:15 -0000 Received: (qmail 30591 invoked by uid 500); 13 Jul 2008 18:31:14 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 29875 invoked by uid 500); 13 Jul 2008 18:31:11 -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 29864 invoked by uid 500); 13 Jul 2008 18:31:11 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 29861 invoked by uid 99); 13 Jul 2008 18:31:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jul 2008 11:31:11 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jul 2008 18:30:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8197A2388A04; Sun, 13 Jul 2008 11:30:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r676395 - /tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java Date: Sun, 13 Jul 2008 18:30:20 -0000 To: tomcat-dev@jakarta.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080713183020.8197A2388A04@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markt Date: Sun Jul 13 11:30:19 2008 New Revision: 676395 URL: http://svn.apache.org/viewvc?rev=676395&view=rev Log: Previous patch didn't go far enough. No need to pre-load StandardWrapper. Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java?rev=676395&r1=676394&r2=676395&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java (original) +++ tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java Sun Jul 13 11:30:19 2008 @@ -63,9 +63,6 @@ (basePackage + "core.ContainerBase$PrivilegedAddChild"); loader.loadClass - (basePackage + - "core.StandardWrapper"); - loader.loadClass (basePackage + "core.ApplicationHttpRequest$AttributeNamesEnumerator"); } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org