Author: rgielen Date: Sat Apr 25 15:09:32 2009 New Revision: 768544 URL: http://svn.apache.org/viewvc?rev=768544&view=rev Log: WW-3017 - Making it possible to have a configurable list of uri-patterns telling struts not to handle the request - consistent constant naming
Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java?rev=768544&r1=768543&r2=768544&view=diff ============================================================================== --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java Sat Apr 25 15:09:32 2009 @@ -45,7 +45,7 @@ public static final String STRUTS_ACTION_EXTENSION = "struts.action.extension"; /** Comma separated list of patterns (java.util.regex.Pattern) to be excluded from Struts2-processing */ - public static final String STRUTS_ACTION_EXCLUDE_PATTERN = "struts.action.exclude_pattern"; + public static final String STRUTS_ACTION_EXCLUDE_PATTERN = "struts.action.excludePattern"; /** Whether to use the alterative syntax for the tags or not */ public static final String STRUTS_TAG_ALTSYNTAX = "struts.tag.altSyntax";