You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Rich Feit (JIRA)" <be...@incubator.apache.org> on 2005/06/23 00:08:24 UTC

[jira] Resolved: (BEEHIVE-757) 503 error when @Jpf.Catch forwards to an error page with a compile error in it

     [ http://issues.apache.org/jira/browse/BEEHIVE-757?page=all ]
     
Rich Feit resolved BEEHIVE-757:
-------------------------------

    Resolution: Fixed
     Assign To: Alejandro Ramirez  (was: Rich Feit)

Fixed with revision 193001.

> 503 error when @Jpf.Catch forwards to an error page with a compile error in it
> ------------------------------------------------------------------------------
>
>          Key: BEEHIVE-757
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-757
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: v1m1
>  Environment: Tomcat 5.0.25
>     Reporter: Rich Feit
>     Assignee: Alejandro Ramirez
>      Fix For: V1
>  Attachments: j757.zip
>
> Repro:
>     - Add the attached page flow to a Beehive webapp, build, and hit /foo/Controller.jpf.
>     - Click the 'throwException' link.
> EXPECTED: a Tomcat error page for the IllegalStateException thrown from the page.
> ACTUAL: a 503 error returned to the browser; the original exception is nowhere to be found, in the logs or on the console.
> This only happens when the JSP's page flow has a @Jpf.Catch with type=Exception.class.  There's an infinite loop happening, where the page exception is getting caught by the @Jpf.Catch, which re-forwards to the error page.  The 503 is the Page Flow framework's decision to break out of the string of forwards when some threshold is reached (25 by default).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira