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 2002/08/27 18:45:45 UTC

DO NOT REPLY [Bug 12088] New: - When a SImpleTagException the JSP returns a HTTP500 ( as the exception is wrapped with a Servlet Exception)

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

When a SImpleTagException  the JSP returns a HTTP500 ( as the exception is wrapped with a Servlet Exception)

           Summary: When a SImpleTagException  the JSP returns a HTTP500 (
                    as the exception is wrapped with a Servlet Exception)
           Product: Tomcat 5
           Version: Unknown
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Jasper2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: prasad.subramanian@sun.com


Lets say we have a JSP that includes a JSP that has a simple tag handler which
throws a SkipPage Exception based upon a certain condition.
In this case the the calling JSP returns a HTTP 500 ( Servlet Exception wrapping
the SkipPage Exception)

This defeats the purpose of using the SkipPage Exception to skip evaluationof
the rest of the page and continiue with the calling page.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>