Align the processing order. Need to scan WEB-INF before we scan all the JARs in the...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 20 Jul 2009 13:17:37 +0000 (13:17 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 20 Jul 2009 13:17:37 +0000 (13:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@795822 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/jasper/compiler/TldLocationsCache.java

index 6474293..74622a3 100644 (file)
@@ -242,8 +242,8 @@ public class TldLocationsCache {
         if (initialized) return;
         try {
             processWebDotXml();
-            scanJars();
             processTldsInFileSystem("/WEB-INF/");
+            scanJars();
             initialized = true;
         } catch (Exception ex) {
             throw new JasperException(Localizer.getMessage(