costin 01/06/21 13:49:26
Modified: src/share/org/apache/jasper Constants.java
Log:
Added javax.servet.jsp.tagext to make watchdog happy.
Revision Changes Path
1.23 +4 -0 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.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- Constants.java 2001/06/11 03:36:39 1.22
+++ Constants.java 2001/06/21 20:49:22 1.23
@@ -1,3 +1,4 @@
+
/*
* The Apache Software License, Version 1.1
*
@@ -100,6 +101,9 @@
"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.*"
};
/**