Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0.2
-
None
Description
Conditions:
- application bundles the JSF module
- an AccessDeniedException occurs on a @Secured ViewConfig
- the app does not have a DefaultErrorView extending page.
Actual result:
Exception handlers don't get invoked.
Expected result:
Exception handlers should get invoked. The JSF/Security integration shouldn't insist on the presence of the default error view. Even the doc currently says: It's possible to mark one view-config class as default error-view. (not obligatory to mark...)