Author: markt
Date: Mon May  7 13:57:41 2012
New Revision: 1335026

URL: http://svn.apache.org/viewvc?rev=1335026&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52853
Clarify how JarScanner handles directories.

Modified:
    tomcat/trunk/webapps/docs/config/jar-scanner.xml

Modified: tomcat/trunk/webapps/docs/config/jar-scanner.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/jar-scanner.xml?rev=1335026&r1=1335025&r2=1335026&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/jar-scanner.xml (original)
+++ tomcat/trunk/webapps/docs/config/jar-scanner.xml Mon May  7 13:57:41 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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to