MissingResourceException while processing of <f:loadBundle /> must not be
handled by the ExceptionHandler
---------------------------------------------------------------------------------------------------------
Key: MYFACES-2461
URL: https://issues.apache.org/jira/browse/MYFACES-2461
Project: MyFaces Core
Issue Type: Task
Components: JSR-314
Affects Versions: 2.0.0-alpha-2
Reporter: Jakob Korherr
Spec section »6.2 ExceptionHandler« describes some cases which must not be
handled by the ExceptionHandler. One of them is:
- The case when a MissingResourceException is thrown during the processing of
the <f:loadBundle /> tag.
However, mojarra currently does handle this Exception with its ExceptionHandler
and the spec does not describe what to do with the MissingResourceException.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.