Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Release 1.5
-
Component/s: ActionBean Dispatching
-
Labels:None
Description
When an even fires that is annotated with @DontBind, interceptors that intercept the BindingAndValidation lifecycle stage do not fire because that stage is completely skipped. @DontBind should act similarly to @DontValidate, which does not prevent interceptors from firing.
Made a simple change to ensure that LifecycleStage.BindingAndValidation executes even if binding is disabled for the request.