From commits-return-19270-archive-asf-public=cust-asf.ponee.io@struts.apache.org Fri Nov 13 18:39:33 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 0F027180658 for ; Fri, 13 Nov 2020 19:39:33 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 5DEFC4B17E for ; Fri, 13 Nov 2020 18:39:30 +0000 (UTC) Received: (qmail 76938 invoked by uid 500); 13 Nov 2020 18:39:29 -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 76764 invoked by uid 99); 13 Nov 2020 18:39:29 -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; Fri, 13 Nov 2020 18:39:29 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 09DFE811C0; Fri, 13 Nov 2020 18:39:29 +0000 (UTC) Date: Fri, 13 Nov 2020 18:39:31 +0000 To: "commits@struts.apache.org" Subject: [struts] 03/03: Adds some additional excluded packages MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: lukaszlenart@apache.org In-Reply-To: <160529276876.30735.14971480642473658119@gitbox.apache.org> References: <160529276876.30735.14971480642473658119@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: struts X-Git-Refname: refs/heads/WW-5095-cherry-pick X-Git-Reftype: branch X-Git-Rev: 8d3393f09a06ff4a2b6827b6544524d1d6af3c7c X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20201113183929.09DFE811C0@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch WW-5095-cherry-pick in repository https://gitbox.apache.org/repos/asf/struts.git commit 8d3393f09a06ff4a2b6827b6544524d1d6af3c7c Author: Lukasz Lenart AuthorDate: Fri Nov 13 19:37:02 2020 +0100 Adds some additional excluded packages --- core/src/main/resources/struts-default.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/struts-default.xml b/core/src/main/resources/struts-default.xml index f73a514..8d30cf4 100644 --- a/core/src/main/resources/struts-default.xml +++ b/core/src/main/resources/struts-default.xml @@ -85,7 +85,10 @@ com.opensymphony.xwork2.inject., com.opensymphony.xwork2.ognl., com.opensymphony.xwork2.security., - com.opensymphony.xwork2.util." /> + com.opensymphony.xwork2.util., + org.apache.tomcat., + org.apache.catalina.core., + org.wildfly.extension.undertow.deployment." /> - +