Making it possible to have a configurable list of uri-patterns telling struts
not to handle the request
-------------------------------------------------------------------------------------------------------
Key: WW-3017
URL: https://issues.apache.org/struts/browse/WW-3017
Project: Struts 2
Issue Type: Improvement
Components: Dispatch Filter
Affects Versions: 2.1.7
Reporter: Andreas Joseph Krogh
Priority: Minor
This add a constant:
StrutsConstants.STRUTS_ACTION_EXCLUDE_PATTERN="struts.action.exclude_pattern"
which is configured in struts.xml or struts.properties. Setting this property
to a comma-separated list of patterns (java.util.regex.Pattern) makes Struts2
ignore handling the request.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.