Sorry to bother you, i'd like to comment on bug 5722. I tried to forward to page that do not exist : doNotExist
<html> <jsp:forward page="/doNotExist"/> </html> this displays a blank page i tried to forward to a page that do not exist with extension : <html> <jsp:forward page="/doNotExist.jsp"/> </html> this displays a 404 error page. i was expecting that a page with no extension would display a 404 page. Thanks Thomas Colin de Verdière --------------------------------------------------------------------- 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=5722>. 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=5722 Forward to a page that have no extension displays a blank page [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-02-14 19:00 ------- Section 8.1 of the servlet spec requires that the RequestDispatcher returns the content of the path. If it's not there, it has no content. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>