Author: markt
Date: Mon May 7 13:59:08 2012
New Revision: 1335027
URL: http://svn.apache.org/viewvc?rev=1335027&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52853
Clarify how JarScanner handles directories.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc7.0.x/trunk/webapps/docs/config/jar-scanner.xml
Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1335026
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1335027&r1=1335026&r2=1335027&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Mon May 7 13:59:08 2012
@@ -126,6 +126,9 @@
documentation page. (rjung)
</fix>
<fix>
+ <bug>52853</bug>: Clarify how Jar Scanner handles directories. (markt)
+ </fix>
+ <fix>
<bug>53158</bug>: Fix documented defaults for DBCP.
Patch provided by ph.dezanneau at gmail.com. (rjung)
</fix>
Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/jar-scanner.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/jar-scanner.xml?rev=1335027&r1=1335026&r2=1335027&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/config/jar-scanner.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/config/jar-scanner.xml Mon May 7
13:59:08 2012
@@ -91,7 +91,10 @@
<attribute name="scanAllDirectories" required="false">
<p>If true, any directories found on the classpath will be checked to
see
- if are expanded Jar files. The default is <code>false</code></p>
+ if are expanded Jar files. The default is <code>false</code>. Tomcat
+ determines if directory is an expanded JAR file by looking for a
META-INF
+ sub-directory. Only if the META-INF sub-directory exists, is the
+ directory to be an expanded JAR file.</p>
</attribute>
</attributes>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]