Remove TODO. Spec now includes ayncSupported in web.xml
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 11 Sep 2009 10:48:32 +0000 (10:48 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 11 Sep 2009 10:48:32 +0000 (10:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@813772 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/WebRuleSet.java

index 541a2df..345f022 100644 (file)
@@ -171,9 +171,6 @@ public class WebRuleSet extends RuleSetBase {
                                "setLargeIcon", 0);
         digester.addCallMethod(prefix + "web-app/filter/icon/small-icon",
                                "setSmallIcon", 0);
-        
-        //spec right now only has an annotation, not XML but we will add it
-        //TODO SERVLET3 - async 
         digester.addCallMethod(prefix + "web-app/filter/asyncSupported",
                 "setAsyncSupported", 0);