git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@836102
13f79535-47bb-0310-9956-
ffa450edef68
private static HashSet<String> noFragmentJars;
/*
- * Initializes the set of JARs that are known not to contain any TLDs
+ * Initializes the set of JARs that are known not to contain any web-fragments
*/
static {
+ // TODO - set this list via configuration (also TLDs in Jasper)
noFragmentJars = new HashSet<String>();
// Bootstrap JARs
noFragmentJars.add("bootstrap.jar");
* Initializes the set of JARs that are known not to contain any TLDs
*/
static {
+ // TODO - set this list via configuration (also web-fragments)
noTldJars = new HashSet<String>();
// Bootstrap JARs
noTldJars.add("bootstrap.jar");