From commits-return-19677-archive-asf-public=cust-asf.ponee.io@struts.apache.org Sat Apr 10 08:42:08 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 CA48418057A for ; Sat, 10 Apr 2021 10:42:08 +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 0412D3F4A9 for ; Sat, 10 Apr 2021 08:42:08 +0000 (UTC) Received: (qmail 51163 invoked by uid 500); 10 Apr 2021 08:42:07 -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 51154 invoked by uid 99); 10 Apr 2021 08:42:07 -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; Sat, 10 Apr 2021 08:42:07 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E81C88E957; Sat, 10 Apr 2021 08:42:06 +0000 (UTC) Date: Sat, 10 Apr 2021 08:42:06 +0000 To: "commits@struts.apache.org" Subject: [struts] branch fix/double_evaluations updated (a7884f9 -> 3fed240) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <161804412666.26044.17231980556853442989@gitbox.apache.org> From: yasserzamani@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: struts X-Git-Refname: refs/heads/fix/double_evaluations X-Git-Reftype: branch X-Git-Oldrev: a7884f9df923fa1e07222d131ab0a413bdd13823 X-Git-Newrev: 3fed2406e7ac21f5aee23443e09be46d07d3075a X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. yasserzamani pushed a change to branch fix/double_evaluations in repository https://gitbox.apache.org/repos/asf/struts.git. from a7884f9 revert previous logic to use already existed pattern checkers instead of value evaluator add 3fed240 test also success when there is no exclusion or rejection pattern No new revisions were added by this update. Summary of changes: .../org/apache/struts2/components/Component.java | 29 +++++---- .../java/org/apache/struts2/components/Param.java | 8 ++- .../java/org/apache/struts2/components/UIBean.java | 10 +++- .../DefaultAcceptedPatternsCheckerTest.java | 28 +++++++++ .../DefaultExcludedPatternsCheckerTest.java | 29 +++++++++ .../test/java/org/apache/struts2/TestAction.java | 11 ---- .../org/apache/struts2/components/UIBeanTest.java | 53 +++++------------ .../org/apache/struts2/views/jsp/BeanTagTest.java | 68 +++++----------------- 8 files changed, 114 insertions(+), 122 deletions(-)