You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/01/15 17:44:01 UTC

DO NOT REPLY [Bug 16113] New: - removing then replacing a jsp page continues to give a 404

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16113>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16113

removing then replacing a jsp page continues to give a 404

           Summary: removing then replacing a jsp page continues to give a
                    404
           Product: Tomcat 4
           Version: 4.1.18
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: dball@rhoworld.com


Hi guys. I've got what appears to be a bona fide error in tomcat's jsp servlet
or one of its friends. The steps to reproduce the problem are:

1. start tomcat-4.1.18 with a webapp containing a foo.jsp page
2. hit the foo.jsp url and see the page
3. remove foo.jsp from the webapp
4. reload the foo.jsp url until you finally get a 404 (why does this take
several tries?)
5. replace the foo.jsp file in the webapp
6. note that hitting the foo.jsp url will forever give you a 404 until you
restart tomcat

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>