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):
-<ul>
-<li><em>javax.*</em></li>
-<li><em>org.xml.sax.*</em></li>
-<li><em>org.w3c.dom.*</em></li>
-<li><em>org.apache.xerces.*</em></li>
-<li><em>org.apache.xalan.*</em></li>
-</ul>
+(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.</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to