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 5FDA9117C5 for ; Fri, 27 Jun 2014 11:23:34 +0000 (UTC) Received: (qmail 90815 invoked by uid 500); 27 Jun 2014 11:23:33 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 90734 invoked by uid 500); 27 Jun 2014 11:23:33 -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 90654 invoked by uid 99); 27 Jun 2014 11:23:33 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jun 2014 11:23:33 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A909998D6A4; Fri, 27 Jun 2014 11:23:31 +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: Fri, 27 Jun 2014 11:23:36 -0000 Message-Id: <1a00be9cca7f42679651e44698e158a5@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [08/50] git commit: Uses excluded classes to Uses excluded classes to Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/afb5af1c Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/afb5af1c Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/afb5af1c Branch: refs/heads/feature/WW-4295-localization Commit: afb5af1cc45aed1ee0404541279cb7f7853fc98b Parents: f0799fd Author: Lukasz Lenart Authored: Sat May 3 20:17:05 2014 +0200 Committer: Lukasz Lenart Committed: Sat May 3 20:17:05 2014 +0200 ---------------------------------------------------------------------- core/src/main/java/org/apache/struts2/StrutsConstants.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/afb5af1c/core/src/main/java/org/apache/struts2/StrutsConstants.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/struts2/StrutsConstants.java b/core/src/main/java/org/apache/struts2/StrutsConstants.java index 6be58ad..d508373 100644 --- a/core/src/main/java/org/apache/struts2/StrutsConstants.java +++ b/core/src/main/java/org/apache/struts2/StrutsConstants.java @@ -282,7 +282,7 @@ public final class StrutsConstants { /** Allows override default DispatcherErrorHandler **/ public static final String STRUTS_DISPATCHER_ERROR_HANDLER = "struts.dispatcher.errorHandler"; - /** Comma delimited set of excluded properties which cannot be accessed via expressions **/ - public static final String STRUTS_EXCLUDED_PROPERTIES = "struts.excludedProperties"; + /** Comma delimited set of excluded classes which cannot be accessed via expressions **/ + public static final String STRUTS_EXCLUDED_CLASSES = "struts.excludedClasses"; }