You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/08/11 21:14:30 UTC

svn commit: r1371999 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

Author: markt
Date: Sat Aug 11 19:14:30 2012
New Revision: 1371999

URL: http://svn.apache.org/viewvc?rev=1371999&view=rev
Log:
Update comments after confirmation from EG

Modified:
    tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java?rev=1371999&r1=1371998&r2=1371999&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java (original)
+++ tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Sat Aug 11 19:14:30 2012
@@ -1122,9 +1122,9 @@ public class ContextConfig implements Li
          * - As per http://java.net/jira/browse/SERVLET_SPEC-36, if the main
          *   web.xml is marked as metadata-complete, JARs are still processed
          *   for SCIs.
-         * - TBD. If metadata-complete=true and an absolute ordering is
-         *   specified, are JARs excluded from the ordering also excluded from
-         *   the SCI processing? Current assumption is that they are.
+         * - If metadata-complete=true and an absolute ordering is specified,
+         *   JARs excluded from the ordering are also excluded from the SCI
+         *   processing.
          * - If an SCI has a @HandlesType annotation then all classes (except
          *   those in JARs excluded from an absolute ordering) need to be
          *   scanned to check if they match.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org