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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
