From commits-return-19684-archive-asf-public=cust-asf.ponee.io@struts.apache.org Thu Apr 15 21:53:09 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 1467B18063F for ; Thu, 15 Apr 2021 23:53:09 +0200 (CEST) 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 256FD64CDB for ; Thu, 15 Apr 2021 21:53:08 +0000 (UTC) Received: (qmail 95261 invoked by uid 500); 15 Apr 2021 21:53: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 95252 invoked by uid 99); 15 Apr 2021 21:53: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; Thu, 15 Apr 2021 21:53:07 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id F1EAF81FE6; Thu, 15 Apr 2021 21:53:06 +0000 (UTC) Date: Thu, 15 Apr 2021 21:53:06 +0000 To: "commits@struts.apache.org" Subject: [struts] branch fix/double_evaluations updated (1690444 -> b9c4ec0) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <161852358686.24426.14264555459315063065@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: 16904445db7fd9d9c7422152559af4a78e15dad3 X-Git-Newrev: b9c4ec0dc3318149f9279659c58b0ac3cb347cff 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 1690444 fix StreamResult add b9c4ec0 make it more backward compatible: check isExcluded and isAccepted only when already evaluated No new revisions were added by this update. Summary of changes: .../java/org/apache/struts2/components/Param.java | 4 +++- .../java/org/apache/struts2/components/UIBean.java | 4 +++- .../org/apache/struts2/result/StreamResult.java | 4 +++- .../org/apache/struts2/components/UIBeanTest.java | 19 ++++++++++++++++++ .../apache/struts2/result/StreamResultTest.java | 8 ++++++++ .../org/apache/struts2/views/jsp/BeanTagTest.java | 23 +++++++++++++++++++++- 6 files changed, 58 insertions(+), 4 deletions(-)