Remove Dynamic Method Invocation
--------------------------------
Key: WW-3538
URL: https://issues.apache.org/jira/browse/WW-3538
Project: Struts 2
Issue Type: Improvement
Components: Core Actions
Affects Versions: 2.0.0
Reporter: Lukasz Lenart
Fix For: 2.3
In all current Struts 2 version you can use Dynamic Method Invocation to call
particular public Action's method use syntax:
/actionname!methodname
It can be disabled by defining constant struts.enable.DynamicMethodInvocation =
false
The idea is to totally remove such functionality from the project.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.