Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51276
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 2 Jun 2011 11:12:04 +0000 (11:12 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 2 Jun 2011 11:12:04 +0000 (11:12 +0000)
commit697d7c5318f1dad1dd2f45abf446531236d49327
tree8245f0c8918430a4ed0d4ac8e99b6658e60cef8b
parenteddeab8438803a246865cc5ee152fc1a2dec2a9f
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51276
Provide an abstraction for accessing content in JARs so the most efficient method can be selected depending on the type of URL used to identify the JAR. This improves startup time when JARs are located in $CATALINA_BASE/lib.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1130497 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/catalina/startup/ContextConfig.java
java/org/apache/catalina/startup/TldConfig.java
java/org/apache/jasper/compiler/TldLocationsCache.java
java/org/apache/tomcat/util/scan/FileUrlJar.java [new file with mode: 0644]
java/org/apache/tomcat/util/scan/Jar.java [new file with mode: 0644]
java/org/apache/tomcat/util/scan/JarFactory.java [new file with mode: 0644]
java/org/apache/tomcat/util/scan/UrlJar.java [new file with mode: 0644]
webapps/docs/changelog.xml