cvs commit: jakarta-tomcat/src/share/org/apache/jasper Constants.java

2001-06-21 Thread costin
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 ChangesPath 1.24 +1 -4 jakarta-tomcat/src/share/org/apache/jasper/Constants.java Index: Constants.java =

cvs commit: jakarta-tomcat/src/share/org/apache/jasper Constants.java

2001-06-21 Thread costin
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 ChangesPath 1.23 +4 -0 jakarta-tomcat/src/share/org/apache/jasper/Constants.java Index: Constants.java =

cvs commit: jakarta-tomcat/src/share/org/apache/jasper Constants.java

2001-06-10 Thread larryi
larryi 01/06/10 20:36:39 Modified:src/share/org/apache/jasper Constants.java Log: Deleted old imports and remaining out of spec import, javax.servlet.jsp.tagext. The tomcat_32 branch of jakarta-watchdog has been updated to not rely on the tagext import. I will try to get to

cvs commit: jakarta-tomcat/src/share/org/apache/jasper Constants.java

2001-03-23 Thread melaquias
melaquias01/03/23 15:00:10 Modified:src/share/org/apache/jasper Constants.java Log: Oops. Fix to put in missing {} or won't compile! Revision ChangesPath 1.20 +7 -6 jakarta-tomcat/src/share/org/apache/jasper/Constants.java Index: Constants.java

cvs commit: jakarta-tomcat/src/share/org/apache/jasper Constants.java

2001-03-23 Thread melaquias
melaquias01/03/23 14:58:09 Modified:src/share/org/apache/jasper Constants.java Log: Put check in message() behavior for null return value from getString(key) call. If string resource not there, log key parameter as the message. Revision ChangesPath 1.19 +3 -1

cvs commit: jakarta-tomcat/src/share/org/apache/jasper Constants.java

2001-03-23 Thread melaquias
melaquias01/03/23 14:55:38 Modified:src/share/org/apache/jasper Constants.java Log: Refactored to use org.apache.tomcat.util.res.StringManager for String Resource retrieval. [i.e. maximize code re-use]. affects: Jasper message strings in org.apache.jasper.resources no long

cvs commit: jakarta-tomcat/src/share/org/apache/jasper Constants.java

2000-12-04 Thread costin
costin 00/12/04 15:40:48 Modified:src/share/org/apache/jasper Constants.java Log: Fixing another nasty bug related with JDK1.1 - MessageFormat in 1.1 throw NPE if any argument is null ( JDK1.2+ fixes this problem ). ( this bug was found by nightly runs of watchdog with JDK1.