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=5497>. 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=5497 JSP include not always including ------- Additional Comments From [EMAIL PROTECTED] 2001-12-20 00:12 ------- I think this bug is almost valid. What happens is that the browser incorectly submits an if-modified-since, which gets processed by the included servlet (the DefaultServlet). Submitting the if- modified-since is not a good idea, since the server never returned a last- modified (or an etag, etc etc) with any if the responses. Adding a check for inclusion in the DefaultServlet should do the job. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>