From a3f97b5b2c8e2557aede45d5bd210aa735a55fcb Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 22 Sep 2009 14:55:17 +0000 Subject: [PATCH] Remove the system properties the refactoring made unnecessary git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@817686 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/systemprops.xml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/webapps/docs/config/systemprops.xml b/webapps/docs/config/systemprops.xml index d5a8f92ce..ac8389316 100644 --- a/webapps/docs/config/systemprops.xml +++ b/webapps/docs/config/systemprops.xml @@ -94,32 +94,6 @@ true will be used.

- -

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 true will - be used.

-
- - -

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 false will - be used.

-
- - -

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 false will be used.

-
-

If true, any tag buffer that expands beyond org.apache.jasper.Constants.DEFAULT_TAG_BUFFER_SIZE will be -- 2.11.0