costin      01/06/21 14:40:24

  Modified:    src/share/org/apache/jasper Constants.java
  Log:
  Rollback, we'll use watchdog with 32 tag.
  
  Revision  Changes    Path
  1.24      +1 -4      jakarta-tomcat/src/share/org/apache/jasper/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/Constants.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- Constants.java    2001/06/21 20:49:22     1.23
  +++ Constants.java    2001/06/21 21:40:22     1.24
  @@ -100,10 +100,7 @@
       public static final String[] STANDARD_IMPORTS = { 
        "javax.servlet.*",
        "javax.servlet.http.*",
  -     "javax.servlet.jsp.*",
  -     // WRONG, the spec says only the above 3 should be included, but
  -     // watchdog has a different opinion
  -     "javax.servlet.jsp.tagext.*" 
  +     "javax.servlet.jsp.*"
       };
       
       /**
  
  
  

Reply via email to