You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2001/01/04 21:35:55 UTC

BugRat Report #699 has been filed.

Bug report #699 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/699>

REPORT #699 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: tomcat 3.2.1
   JVM Release: java version 1.3 (Solaris) and java 1.2.2 (Linux)
   Operating System: Solaris and Linux
   OS Release: 5.7 and 2.2.14
   Platform: SPARC and Intel

Synopsis: 
tomcat still allows viewing of a jsp even after the jsp file has been removed from webspace.

Description:
I removed a jsp from Tomcat's webspace and then happened to
hit back in my browser which returned me to the jsp I was
previously viewing. I found this odd considering I had rm'ed
the jsp file in question. I stopped and restarted Tomcat but
the jsp was still viewable in my browser. I also cleared my
browser cache (just in case...). Only after I had removed
the compiled jsp from the work directory did I finally get
a 404 error in my browser.

I have to assume this is not appropriate behavior. If the
jsp file is no longer within the webspace, tomcat should
display a 404 error and not honor the request by using the 
compiled version
of the jsp page.