You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jakob Korherr (JIRA)" <de...@myfaces.apache.org> on 2010/02/15 11:35:28 UTC

[jira] Created: (MYFACES-2557) AbortProcessingExceptions must be handled by the ExceptionHandler

AbortProcessingExceptions must be handled by the ExceptionHandler
-----------------------------------------------------------------

                 Key: MYFACES-2557
                 URL: https://issues.apache.org/jira/browse/MYFACES-2557
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
    Affects Versions: 2.0.0-beta-2
            Reporter: Jakob Korherr
            Assignee: Jakob Korherr


When an AbortProcessingException happens (e.g. by a MethodNotFoundException in MethodExpressionActionListener.processAction()), the processing is stopped, but the Exception is not handled by the ExceptionHandler. Thus nothing happens and you don't get an error message. Very confusing!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MYFACES-2557) AbortProcessingExceptions must be handled by the ExceptionHandler

Posted by "Jakob Korherr (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Korherr resolved MYFACES-2557.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-beta-2

> AbortProcessingExceptions must be handled by the ExceptionHandler
> -----------------------------------------------------------------
>
>                 Key: MYFACES-2557
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2557
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.0-beta-2
>            Reporter: Jakob Korherr
>            Assignee: Jakob Korherr
>             Fix For: 2.0.0-beta-2
>
>
> When an AbortProcessingException happens (e.g. by a MethodNotFoundException in MethodExpressionActionListener.processAction()), the processing is stopped, but the Exception is not handled by the ExceptionHandler. Thus nothing happens and you don't get an error message. Very confusing!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.