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=3704>. 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=3704 forward errors not reported Summary: forward errors not reported Product: Tomcat 4 Version: 4.0 Release Candidate 2 Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: Jasper AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] An attempt to forward to a non-existing resource results in an empty response, i.e. a "The document contained no data" message in Netscape. An error message stating that the forward target can not be found would be better. An attempt to forward to any page after flushing the buffer, e.g. <jsp:include page="existing.jsp" flush="true" /> <jsp:forward page="any.jsp" /> results in a response with the content of the JSP page upto the include. An error message stating that forward can not be done after flushing the buffer would be a better response.