Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In Struts 2.3.15.2 the Dynamic Method Invocation is to false by default. Another option is to set struts.enable.DynamicMethodInvocation to false in struts.xml

Code Block
xml
xml
<constant name="struts.enable.DynamicMethodInvocation" value="false"/>

...