Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 1016 invoked from network); 16 Feb 2006 16:25:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Feb 2006 16:25:49 -0000 Received: (qmail 20969 invoked by uid 500); 16 Feb 2006 16:25:35 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 20752 invoked by uid 500); 16 Feb 2006 16:25:34 -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 20741 invoked by uid 500); 16 Feb 2006 16:25:34 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 20738 invoked by uid 99); 16 Feb 2006 16:25:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2006 08:25:34 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 16 Feb 2006 08:25:33 -0800 Received: (qmail 711 invoked by uid 65534); 16 Feb 2006 16:25:11 -0000 Message-ID: <20060216162511.707.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r378289 - /tomcat/container/tc5.5.x/webapps/docs/class-loader-howto.xml Date: Thu, 16 Feb 2006 16:25:11 -0000 To: tomcat-dev@jakarta.apache.org From: remm@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: remm Date: Thu Feb 16 08:25:07 2006 New Revision: 378289 URL: http://svn.apache.org/viewcvs?rev=378289&view=rev Log: - No pattern exclusion anymore. Modified: tomcat/container/tc5.5.x/webapps/docs/class-loader-howto.xml Modified: tomcat/container/tc5.5.x/webapps/docs/class-loader-howto.xml URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/class-loader-howto.xml?rev=378289&r1=378288&r2=378289&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/class-loader-howto.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/class-loader-howto.xml Thu Feb 16 08:25:07 2006 @@ -204,16 +204,7 @@ part of the JRE base classes cannot be overriden. For some classes (such as the XML parser components in J2SE 1.4+), the J2SE 1.4 endorsed feature can be used -(see the common classloader definition above). In addition, for the following -class patterns, the classloader will always delegate first -(and load the class itself if no parent classloader loads it): -
    -
  • javax.*
  • -
  • org.xml.sax.*
  • -
  • org.w3c.dom.*
  • -
  • org.apache.xerces.*
  • -
  • org.apache.xalan.*
  • -
+(see the common classloader definition above). Last, any JAR containing servlet API classes will be ignored by the classloader. All other class loaders in Tomcat 5 follow the usual delegation pattern.

--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org