Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
Description
#throwOriginal in a @BeforeHandles method leads to #isHandled true, once there is a @Handles method for the same exception. however, in the end the exception gets thrown.
reason:
the 2nd instance of DefaultExceptionEvent (for @Handles methods) in ExceptionHandlerBroadcaster, uses the information from ExceptionToCatchEvent.
that also leads to the situation that every change done by a @BeforeHandles method isn't visible in a @Handles method.
Attachments
Issue Links
- is related to
-
DELTASPIKE-663 force AccessDeniedException per default
- Closed