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 2001/09/18 22:56:34 UTC

DO NOT REPLY [Bug 3704] New: - forward errors not reported

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: tomcat-dev@jakarta.apache.org
        ReportedBy: hans@gefionsoftware.com


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.