Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3.16.1
-
None
Description
Struts currently accepts both action!method.action and action!doMethod.action and will delegate them to doMethod(). However, the documentation doesn't explain this, and release notes and previous issues suggest that this is specifically unsupported.
It would be nice to have a summary of whether this is supported for the long-term, still targeted for removal or a bug.
The Release Notes 2.0.0 say:
In Struts,
try to execute submit method in the action, fail
fail
and WW-1423 specifically requests that behaviour be changed but, as of 2.3.16.1, DefaultActionInvocation will still retry doSubmit.
Attachments
Issue Links
- is superceded by
-
WW-4439 Drop support for the "do" prefix
- Closed