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/04/18 23:59:24 UTC

DO NOT REPLY [Bug 16701] - No exception if jsp:include fails

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=16701>.
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=16701

No exception if jsp:include fails

kin-man.chung@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Jasper                      |Catalina



------- Additional Comments From kin-man.chung@sun.com  2003-04-18 21:59 -------
Reclassify since this is a container problem.

In o.a.c.core.ApplicationHttpResponse.sendError(),

    public void sendError(int sc, String msg) throws IOException {
        if (!included)
            ((HttpServletResponse) getResponse()).sendError(sc, msg);
    }

It appears that the error is ignore when a page is included.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org