I am creating a web app with Struts2, and I am having an issue with the mapped actions working with any url.
In my struts.xml file, I have configured a package with
Set the struts.mapper.alwaysSelectFullNamespace constant to true:
struts.mapper.alwaysSelectFullNamespace
true
<constant name="struts.mapper.alwaysSelectFullNamespace" value="true" />
This may have unintended consequences when leveraging S2's support for arbitrary parameters in URLs (e.g., wildcarding, regex pattern matching).