Add the Tomcat extras JARs to the list of JARs
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 20 Jun 2011 08:06:56 +0000 (08:06 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 20 Jun 2011 08:06:56 +0000 (08:06 +0000)
to skip when scanning for TLDs and web fragments.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1137541 13f79535-47bb-0310-9956-ffa450edef68

conf/catalina.properties
webapps/docs/changelog.xml

index db4ee75..c6555bb 100644 (file)
@@ -92,6 +92,7 @@ catalina.jar,catalina-ant.jar,catalina-ha.jar,catalina-tribes.jar,\
 jasper.jar,jasper-el.jar,ecj-*.jar,\
 tomcat-api.jar,tomcat-util.jar,tomcat-coyote.jar,tomcat-dbcp.jar,\
 tomcat-i18n-en.jar,tomcat-i18n-es.jar,tomcat-i18n-fr.jar,tomcat-i18n-ja.jar,\
+tomcat-juli-adapters.jar,catalina-jmx-remote.jar,catalina-ws.jar,\
 commons-beanutils*.jar,commons-codec*.jar,commons-collections*.jar,\
 commons-dbcp*.jar,commons-digester*.jar,commons-fileupload*.jar,\
 commons-httpclient*.jar,commons-io*.jar,commons-lang*.jar,commons-logging*.jar,\
index f10a263..1af7c83 100644 (file)
         <bug>49165</bug>: Allow any time stamp formats supported by SimpleDateFormat
         in AccessLogValve. Support logging begin and/or end of request. (rjung)
       </fix>
+      <add>
+        Add the Tomcat extras JARs to the list of JARs to skip when scanning
+        for TLDs and web fragments. (rjung)
+      </add>
     </changelog>
   </subsection>
   <subsection name="Coyote">