Versions Compared

Key

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

...

This version moves all excluded parameters from struts-default.xml into DefaultExcludedPatternsChecker.java - if you cannot migrate to the latest version it's highly recomendated recommendated to re-define defaultStack from struts-default.xml to this one below (or any other which is used in your application and drop excludeParams parameter):

...

and define the following constant in struts.xml

Code Block
languagexml
<constant name="struts.additional.excludedPatterns" value="^(action|method):.*"/>

...