Return-Path: X-Original-To: apmail-struts-commits-archive@minotaur.apache.org Delivered-To: apmail-struts-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 31B67116A9 for ; Wed, 18 Jun 2014 06:49:21 +0000 (UTC) Received: (qmail 79439 invoked by uid 500); 18 Jun 2014 06:49:19 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 79320 invoked by uid 500); 18 Jun 2014 06:49:19 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 79218 invoked by uid 99); 18 Jun 2014 06:49:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2014 06:49:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8C1A983B344; Wed, 18 Jun 2014 06:49:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lukaszlenart@apache.org To: commits@struts.apache.org Date: Wed, 18 Jun 2014 06:49:27 -0000 Message-Id: <561028442e004f26be4f8358eb288d14@git.apache.org> In-Reply-To: <20bec4e476d24a2e80ce3caab9f07683@git.apache.org> References: <20bec4e476d24a2e80ce3caab9f07683@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [10/50] git commit: Renames excluded properties to excluded classes Renames excluded properties to excluded classes Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/d5bd607c Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/d5bd607c Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/d5bd607c Branch: refs/heads/develop Commit: d5bd607c6fd0cbbf12e75492e7333439758446ea Parents: c778297 Author: Lukasz Lenart Authored: Sat May 3 20:13:10 2014 +0200 Committer: Lukasz Lenart Committed: Sat May 3 20:13:10 2014 +0200 ---------------------------------------------------------------------- .../src/main/java/com/opensymphony/xwork2/XWorkConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/d5bd607c/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 1894372..dfbf6d5 100644 --- a/xwork-core/src/main/java/com/opensymphony/xwork2/XWorkConstants.java +++ b/xwork-core/src/main/java/com/opensymphony/xwork2/XWorkConstants.java @@ -17,6 +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"; + public static final String OGNL_EXCLUDED_CLASSES = "ognlExcludedClasses"; }