Remove the system properties the refactoring made unnecessary
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 22 Sep 2009 14:55:17 +0000 (14:55 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 22 Sep 2009 14:55:17 +0000 (14:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@817686 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/systemprops.xml

index d5a8f92..ac83893 100644 (file)
       <code>true</code> will be used.</p>
     </property>
 
-    <property name="org.apache.jasper.compiler. TldLocationsCache.SCAN_CLASSPATH">
-      <p>When scanning the class path for TLDs, should Jasper scan all JAR files
-      in the classpath, including those provided by the web application's parent
-      clasloaders? This is intended for sharing tag libraries between multiple
-      web applications by making the JAR available via the common or shared
-      classloader. If not specified, the default value of <code>true</code> will
-      be used.</p>
-    </property>
-
-    <property name="org.apache.jasper.compiler. TldLocationsCache.SCAN_ALL_FILES">
-      <p>When scanning the class path for TLDs, should Jasper scan all files
-      as if they are JAR files even if they do not have a .jar file extension?
-      This is intended for use in embedded environments where custom
-      classloaders allow for archives on the classpath with non-standard file
-      extensions. If not specified, the default value of <code>false</code> will
-      be used.</p>
-    </property>
-
-    <property name="org.apache.jasper.compiler. TldLocationsCache.SCAN_ALL_DIRS">
-      <p>When scanning the class path for TLDs, should Jasper scan all
-      directories as if they are unpacked JAR files? This is intended for use in
-      embedded environments where custom classloaders allow for directories
-      representing unpacked WAR files on the classpath. If not specified, the
-      default value of <code>false</code> will be used.</p>
-    </property>
-
     <property name="org.apache.jasper.runtime. BodyContentImpl.LIMIT_BUFFER">
       <p>If <code>true</code>, any tag buffer that expands beyond
       <code>org.apache.jasper.Constants.DEFAULT_TAG_BUFFER_SIZE</code> will be