Remove tests rendered unnecessary when context.xml files were moved from appBase...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 26 Mar 2010 13:36:22 +0000 (13:36 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 26 Mar 2010 13:36:22 +0000 (13:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@927844 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/HostConfig.java

index 115ec8c..c44aac6 100644 (file)
@@ -549,10 +549,6 @@ public class HostConfig
         
         for (int i = 0; i < files.length; i++) {
 
-            if (files[i].equalsIgnoreCase("META-INF"))
-                continue;
-            if (files[i].equalsIgnoreCase("WEB-INF"))
-                continue;
             File contextXml = new File(configBase, files[i]);
             if (files[i].toLowerCase().endsWith(".xml")) {