DefaultWorkflowInterceptor should not perform any validation, just direct flow
based on validation errors available in the ValidationAware instance
---------------------------------------------------------------------------------------------------------------------------------------------------
Key: WW-2072
URL: https://issues.apache.org/struts/browse/WW-2072
Project: Struts 2
Issue Type: Bug
Reporter: Musachy Barroso
Fix For: 2.1.0
The validation logic in DefaultWorkflowInterceptor should be moved to the
"validation" interceptor. So other interceptors that depend on validation
errors don't miss validation errors added by Validatable instances.
As it is right now, there is no place to put the "jsonValidationInterceptor" in
an stack, so it caches validation errors coming from Validatable instances
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.