marcsaeg01/01/05 10:07:22
Modified:src/share/org/apache/jasper/compiler Tag: tomcat_32
JspCompiler.java
Log:
Added test to isOutDated() to check for the existence of the JSP page in
addtion to checking the timestamps. If the JSP page has been removed
a 4
larryi 00/11/16 14:10:35
Modified:src/share/org/apache/jasper/compiler Tag: tomcat_32
JspCompiler.java JspReader.java
Log:
Make isOutDated() return true if ctxt.getRealPath() returns null, instead of
throwing an NPE.
Make pushFile() throw a FNFE if co