spring-webflow
spring-webflow copied to clipboard
Have SecurityFlowExecutionListener throw a EnterStateVetoException wrapping AccessDeniedException instead of AccessDeniedException directly [SWF-1062]
Keith Donald opened SWF-1062 and commented
This will allow a AccessDenied exception handler to have information about the state that failed to enter because of a security constraint. Currently this information is lost when the access denied exception occurs and is thrown to the controlling flow execution.
Affects: 2.0.5
Issue Links:
- #1707 '<transition on-exception' for AccessDeniedException handling does not work ("depends on")
2 votes, 2 watchers