From commits-return-19509-archive-asf-public=cust-asf.ponee.io@struts.apache.org Sun Jan 10 10:53:11 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-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 46813180645 for ; Sun, 10 Jan 2021 11:53:11 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 8079B65ADA for ; Sun, 10 Jan 2021 10:53:09 +0000 (UTC) Received: (qmail 98069 invoked by uid 500); 10 Jan 2021 10:53:08 -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 98056 invoked by uid 99); 10 Jan 2021 10:53:08 -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; Sun, 10 Jan 2021 10:53:08 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 799CC82118; Sun, 10 Jan 2021 10:53:08 +0000 (UTC) Date: Sun, 10 Jan 2021 10:53:09 +0000 To: "commits@struts.apache.org" Subject: [struts] 01/01: Merge pull request #466 from apache/WW-5056-allows-dash MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: lukaszlenart@apache.org In-Reply-To: <161027598834.20468.16084400678822642830@gitbox.apache.org> References: <161027598834.20468.16084400678822642830@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: struts X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 210a530ebac8e84d2b91c3049b91637faad4d18a X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20210110105308.799CC82118@gitbox.apache.org> 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 commit 210a530ebac8e84d2b91c3049b91637faad4d18a Merge: f5ad43a 474e281 Author: Lukasz Lenart AuthorDate: Sun Jan 10 11:52:58 2021 +0100 Merge pull request #466 from apache/WW-5056-allows-dash [WW-5056] Accepts dashes in param names .../security/DefaultAcceptedPatternsChecker.java | 4 +- .../DefaultAcceptedPatternsCheckerTest.java | 61 +++++++++++++++++++++- 2 files changed, 62 insertions(+), 3 deletions(-)