Add a note about keeping processing order in sync.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 20 Jul 2009 13:20:07 +0000 (13:20 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 20 Jul 2009 13:20:07 +0000 (13:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@795824 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/TldConfig.java
java/org/apache/jasper/compiler/TldLocationsCache.java

index 21416c5..cf89fef 100644 (file)
@@ -323,6 +323,8 @@ public final class TldConfig  implements LifecycleListener {
          * 2. web.xml entries
          * 3. JARS in WEB-INF/lib & TLDs under WEB-INF (equal priority)
          * 4. Additional entries from the container
+         * 
+         * Keep processing order in sync with o.a.j.compiler.TldLocationsCache
          */
         
         // Stage 2 - web.xml entries
index 74622a3..d01d59e 100644 (file)
@@ -238,6 +238,9 @@ public class TldLocationsCache {
         }
     }
 
+    /*
+     * Keep processing order in sync with o.a.c.startup.TldConfig
+     */
     private void init() throws JasperException {
         if (initialized) return;
         try {