From a3f97b5b2c8e2557aede45d5bd210aa735a55fcb Mon Sep 17 00:00:00 2001
From: markt 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