Repository: struts Updated Branches: refs/heads/develop 63897e83d -> 21ef4e348
Adds constant under which excluded properties can be defined Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/bbcee42f Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/bbcee42f Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/bbcee42f Branch: refs/heads/develop Commit: bbcee42f669f9e11e1ba1892eddbd612506616d2 Parents: 2550384 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Fri Apr 25 14:57:44 2014 +0200 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Fri Apr 25 14:57:44 2014 +0200 ---------------------------------------------------------------------- .../src/main/java/com/opensymphony/xwork2/XWorkConstants.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/bbcee42f/xwork-core/src/main/java/com/opensymphony/xwork2/XWorkConstants.java ---------------------------------------------------------------------- diff --git a/xwork-core/src/main/java/com/opensymphony/xwork2/XWorkConstants.java b/xwork-core/src/main/java/com/opensymphony/xwork2/XWorkConstants.java index 1936368..1894372 100644 --- a/xwork-core/src/main/java/com/opensymphony/xwork2/XWorkConstants.java +++ b/xwork-core/src/main/java/com/opensymphony/xwork2/XWorkConstants.java @@ -17,4 +17,6 @@ public final class XWorkConstants { public static final String RELOAD_XML_CONFIGURATION = "reloadXmlConfiguration"; public static final String ALLOW_STATIC_METHOD_ACCESS = "allowStaticMethodAccess"; public static final String XWORK_LOGGER_FACTORY = "xwork.loggerFactory"; + public static final String OGNL_EXCLUDED_PROPERTIES = "ognlExcludedProperties"; + }