Versions Compared

Key

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

...

From 2.1.9+ regular expressions can be defined defined in the action name. To use this form of wild card, the followign following constants must be set:

Code Block
xml
xml
<constant name="struts.enable.SlashesInActionNames" value="true"/>
<constant name="struts.mapper.alwaysSelectFullNamespace" value="false"/>
<constant name="struts.patternMatcher" value="regex" />

...