From commits-return-19732-archive-asf-public=cust-asf.ponee.io@struts.apache.org Mon Jun 7 04:36:40 2021 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 0E4C3180658 for ; Mon, 7 Jun 2021 06:36:40 +0200 (CEST) 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 395923ED90 for ; Mon, 7 Jun 2021 04:36:39 +0000 (UTC) Received: (qmail 61187 invoked by uid 500); 7 Jun 2021 04:36:37 -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 61176 invoked by uid 99); 7 Jun 2021 04:36:36 -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; Mon, 07 Jun 2021 04:36:36 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C89D381A86; Mon, 7 Jun 2021 04:36:36 +0000 (UTC) Date: Mon, 07 Jun 2021 04:36:36 +0000 To: "commits@struts.apache.org" Subject: [struts] branch master updated: add 'java.lang.Thread' to struts.excludedClasses MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <162304059654.16880.3831564221904378457@gitbox.apache.org> From: lukaszlenart@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: struts X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 64eaff102a0c5c695070eafe8a921f22669bbe09 X-Git-Newrev: 35e63dbf65d0b52855c51e09e7c48eb09848fa6e X-Git-Rev: 35e63dbf65d0b52855c51e09e7c48eb09848fa6e 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 master in repository https://gitbox.apache.org/repos/asf/struts.git The following commit(s) were added to refs/heads/master by this push: new 35e63db add 'java.lang.Thread' to struts.excludedClasses new 49bc941 Merge pull request #488 from sullis/disallow-java-lang-Thread 35e63db is described below commit 35e63dbf65d0b52855c51e09e7c48eb09848fa6e Author: Sean C. Sullivan AuthorDate: Thu Jun 3 07:36:16 2021 -0700 add 'java.lang.Thread' to struts.excludedClasses --- core/src/main/resources/struts-default.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/resources/struts-default.xml b/core/src/main/resources/struts-default.xml index 045d453..22d11ae 100644 --- a/core/src/main/resources/struts-default.xml +++ b/core/src/main/resources/struts-default.xml @@ -45,6 +45,7 @@ java.lang.ClassLoader, java.lang.Shutdown, java.lang.ProcessBuilder, + java.lang.Thread, sun.misc.Unsafe, com.opensymphony.xwork2.ActionContext" />