When a JSP file is deleted, return a 404 for the next request rather than serving...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 8 Aug 2008 14:08:21 +0000 (14:08 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 8 Aug 2008 14:08:21 +0000 (14:08 +0000)
commite83bf8c8d3d8243cd198f14a69bf452e557846d7
tree85da1f770da74b833f33bc5bf32f7c79aa84a398
parent20ca737e88568405a3cdf5798d9a53de4b590167
When a JSP file is deleted, return a 404 for the next request rather than serving the next request as if the file still existed and then returning 404s for the second and subsequent requests.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@683969 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/jasper/JspCompilationContext.java
java/org/apache/jasper/compiler/Compiler.java
java/org/apache/jasper/servlet/JspServlet.java
java/org/apache/jasper/servlet/JspServletWrapper.java