Further simplication - delete unused constants
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 27 Nov 2009 17:53:29 +0000 (17:53 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 27 Nov 2009 17:53:29 +0000 (17:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@884924 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/deploy/FilterMap.java

index 83a9235..3239a0d 100644 (file)
@@ -50,19 +50,8 @@ public class FilterMap implements Serializable {
     
     public static final int ERROR = 1;
     public static final int FORWARD = 2;
-    public static final int FORWARD_ERROR =3;  
     public static final int INCLUDE = 4;
-    public static final int INCLUDE_ERROR  = 5;
-    public static final int INCLUDE_FORWARD  = 6;
-    public static final int INCLUDE_ERROR_FORWARD  =7;
     public static final int REQUEST = 8;
-    public static final int REQUEST_ERROR = 9;
-    public static final int REQUEST_FORWARD = 10;
-    public static final int REQUEST_ERROR_FORWARD = 11;
-    public static final int REQUEST_INCLUDE = 12;
-    public static final int REQUEST_ERROR_INCLUDE = 13;
-    public static final int REQUEST_FORWARD_INCLUDE= 14;
-    public static final int REQUEST_ERROR_FORWARD_INCLUDE = 15;
     
     // represents nothing having been set. This will be seen 
     // as equal to a REQUEST