Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47834
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 14 Sep 2009 12:39:45 +0000 (12:39 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 14 Sep 2009 12:39:45 +0000 (12:39 +0000)
commit2ef15b17d8d06d766e83974a2d30e2040ac1871b
tree93a178d9ac4089571c4de8f3f51f82f5d82ee920
parent13163f038154045e10841d149d6c5f274018c907
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47834
As well as the JAR as directory feature requested, this adds looking at all files to see if they are JARs rather than using the presence of a .jar extension. These features are optional for the Servlet spec but required for RFC66 in an OSGI environment.
Both options are configurable with system properties and default to off.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@814617 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/catalina/startup/LocalStrings.properties
java/org/apache/catalina/startup/TldConfig.java
java/org/apache/jasper/compiler/TagLibraryInfoImpl.java
java/org/apache/jasper/compiler/TldLocationsCache.java
webapps/docs/config/systemprops.xml