Fix SCI when there is more than one JAR on the classpath
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 25 Apr 2010 11:24:41 +0000 (11:24 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 25 Apr 2010 11:24:41 +0000 (11:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@937779 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/ContextConfig.java

index 4b4a18a..96abe5f 100644 (file)
@@ -1346,7 +1346,7 @@ public class ContextConfig
             }
             
             if (sci == null) {
-                break;
+                continue;
             }
 
             initializerClassMap.put(sci, new HashSet<Class<?>>());