From commits-return-19670-archive-asf-public=cust-asf.ponee.io@struts.apache.org Mon Apr 5 15:08:51 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 15F8A180645 for ; Mon, 5 Apr 2021 17:08:51 +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 45F833F22E for ; Mon, 5 Apr 2021 15:08:50 +0000 (UTC) Received: (qmail 95395 invoked by uid 500); 5 Apr 2021 15:08:50 -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 95386 invoked by uid 99); 5 Apr 2021 15:08:50 -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, 05 Apr 2021 15:08:50 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id AD6E28E957; Mon, 5 Apr 2021 15:08:49 +0000 (UTC) Date: Mon, 05 Apr 2021 15:08:49 +0000 To: "commits@struts.apache.org" Subject: [struts] branch fix/double_evaluation_master updated (ff04bc8 -> 2ba1a3e) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <161763532923.661.12731547902058727162@gitbox.apache.org> From: yasserzamani@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: struts X-Git-Refname: refs/heads/fix/double_evaluation_master X-Git-Reftype: branch X-Git-Oldrev: ff04bc8f21969770786533584896eedd61197701 X-Git-Newrev: 2ba1a3eaf5cb53aa8701e652293988b781c54f37 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_evaluation_master in repository https://gitbox.apache.org/repos/asf/struts.git. discard ff04bc8 make results variable translation and stack search like components discard caaed50 decouple translateVariable from findValue discard ec0c752 keep previous test discard 1b2c8ef fix double evaluations This update removed existing revisions from the reference, leaving the reference pointing at a previous point in the repository history. * -- * -- N refs/heads/fix/double_evaluation_master (2ba1a3e) \ O -- O -- O (ff04bc8) Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../opensymphony/xwork2/util/OgnlTextParser.java | 115 ++++++--------------- .../org/apache/struts2/components/Component.java | 55 +++++++--- .../apache/struts2/components/DateTextField.java | 2 +- .../struts2/components/DoubleListUIBean.java | 16 +-- .../struts2/components/InputTransferSelect.java | 14 +-- .../struts2/components/OptionTransferSelect.java | 36 +++---- .../java/org/apache/struts2/components/UIBean.java | 12 +-- .../org/apache/struts2/result/StreamResult.java | 7 +- .../apache/struts2/result/StrutsResultSupport.java | 39 ------- .../org/apache/struts2/util/ComponentUtils.java | 33 +----- .../struts2/views/jsp/StrutsBodyTagSupport.java | 14 ++- .../xwork2/util/TextParseUtilTest.java | 77 ++------------ .../xwork2/validator/URLValidatorTest.java | 4 +- .../org/apache/struts2/components/UIBeanTest.java | 62 +---------- .../apache/struts2/result/StreamResultTest.java | 32 ------ .../org/apache/struts2/util/StrutsUtilTest.java | 4 +- .../apache/struts2/views/jsp/ui/TextfieldTest.java | 4 +- .../apache/struts2/views/jsp/ui/Textfield-5.txt | 2 +- 18 files changed, 128 insertions(+), 400 deletions(-)