From commits-return-17944-archive-asf-public=cust-asf.ponee.io@struts.apache.org Thu Jun 21 08:20:22 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A19E418062B for ; Thu, 21 Jun 2018 08:20:21 +0200 (CEST) Received: (qmail 93815 invoked by uid 500); 21 Jun 2018 06:20:20 -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 93806 invoked by uid 99); 21 Jun 2018 06:20:20 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2018 06:20:20 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 21CFB85025; Thu, 21 Jun 2018 06:20:20 +0000 (UTC) Date: Thu, 21 Jun 2018 06:20:20 +0000 To: "commits@struts.apache.org" Subject: [struts] branch struts-2-5-x updated: Adds more general exclusion MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152956202007.16816.9529583083435613377@gitbox.apache.org> From: lukaszlenart@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: struts X-Git-Refname: refs/heads/struts-2-5-x X-Git-Reftype: branch X-Git-Oldrev: fbc780e779d96e2148812fa8bafe67ec976e2538 X-Git-Newrev: 9fcbd912bc9ba8eed1ca9bc9422daf79d8b2f6ac X-Git-Rev: 9fcbd912bc9ba8eed1ca9bc9422daf79d8b2f6ac X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git The following commit(s) were added to refs/heads/struts-2-5-x by this push: new 9fcbd91 Adds more general exclusion 9fcbd91 is described below commit 9fcbd912bc9ba8eed1ca9bc9422daf79d8b2f6ac Author: Lukasz Lenart AuthorDate: Thu Jun 21 08:20:11 2018 +0200 Adds more general exclusion --- core/src/main/resources/struts-default.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/struts-default.xml b/core/src/main/resources/struts-default.xml index 01453db..4882804 100644 --- a/core/src/main/resources/struts-default.xml +++ b/core/src/main/resources/struts-default.xml @@ -50,7 +50,6 @@ ognl.TypeConverter, ognl.MemberAccess, ognl.DefaultMemberAccess, - com.opensymphony.xwork2.ognl.SecurityMemberAccess, com.opensymphony.xwork2.ActionContext" /> @@ -67,7 +66,9 @@ freemarker.ext.rhino., freemarker.ext.beans., sun.reflect., - javassist." /> + javassist., + com.opensymphony.xwork2.ognl., + com.opensymphony.xwork2.security." />