From commits-return-18274-archive-asf-public=cust-asf.ponee.io@struts.apache.org Sun Jan 6 21:16:34 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A5DA8180636 for ; Sun, 6 Jan 2019 21:16:33 +0100 (CET) Received: (qmail 8175 invoked by uid 500); 6 Jan 2019 20:16:32 -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 8166 invoked by uid 99); 6 Jan 2019 20:16:32 -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, 06 Jan 2019 20:16:32 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 27412821D9; Sun, 6 Jan 2019 20:16:32 +0000 (UTC) Date: Sun, 06 Jan 2019 20:16:31 +0000 To: "commits@struts.apache.org" Subject: [struts] branch master updated (ab810c2 -> 094b6c5) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154680579197.29195.8818418119062281579@gitbox.apache.org> From: amashchenko@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: ab810c212113610e4425bb52d2178e86a7d2f60f X-Git-Newrev: 094b6c5e3bc08f03447c2734c03d7b1cbfab4fdd 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. amashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git. from ab810c2 Merge pull request #297 from lukaszlenart/WW-4996 add 796c15e WW-4972 Switches incompatible_improvements to VERSION_2_3_28 add dc6a126 Merge branch 'master' of https://github.com/apache/struts into WW-4972 add c3f3d3d Merge branch 'master' of https://github.com/apache/struts into WW-4972 add 3d20e80 WW-4972 Uses built-in auto escaping instead of escaping each parameter add 3549764 WW-4972 Uses proper statement to escape JS related events add 6f05603 WW-4972 Adds two simple test cases to cover incompatible improvements add 0ecb482 WW-4972 Adds another test case to cover escaping new 094b6c5 Merge pull request #289 from lukaszlenart/WW-4972 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../template/ajaxErrorContainers/actionerror.ftl | 8 +- .../template/ajaxErrorContainers/controlfooter.ftl | 2 +- .../ajaxErrorContainers/controlheader-core.ftl | 8 +- .../src/main/webapp/WEB-INF/person/list-people.ftl | 6 +- .../tags/non-ui/actionPrefix/actionPrefix.ftl | 2 +- .../tags/non-ui/actionPrefix/methodPrefix.ftl | 2 +- .../non-ui/actionPrefix/redirectActionPrefix.ftl | 2 +- .../java/org/apache/struts2/components/UIBean.java | 4 +- .../views/freemarker/FreemarkerManager.java | 7 +- .../org/apache/struts2/dispatcher/error.ftl | 18 +-- .../main/resources/template/css_xhtml/checkbox.ftl | 10 +- .../resources/template/css_xhtml/controlfooter.ftl | 2 +- .../template/css_xhtml/controlheader-core.ftl | 6 +- .../main/resources/template/css_xhtml/label.ftl | 10 +- .../src/main/resources/template/simple/a-close.ftl | 12 +- .../main/resources/template/simple/actionerror.ftl | 8 +- .../resources/template/simple/actionmessage.ftl | 8 +- .../main/resources/template/simple/checkbox.ftl | 10 +- .../resources/template/simple/checkboxlist.ftl | 26 ++-- .../main/resources/template/simple/combobox.ftl | 20 +-- .../template/simple/common-attributes.ftl | 2 +- core/src/main/resources/template/simple/css.ftl | 10 +- core/src/main/resources/template/simple/debug.ftl | 10 +- .../resources/template/simple/doubleselect.ftl | 24 ++-- .../template/simple/dynamic-attributes.ftl | 2 +- .../main/resources/template/simple/fielderror.ftl | 14 +- core/src/main/resources/template/simple/file.ftl | 12 +- .../main/resources/template/simple/form-common.ftl | 24 ++-- core/src/main/resources/template/simple/form.ftl | 2 +- core/src/main/resources/template/simple/hidden.ftl | 8 +- .../template/simple/inputtransferselect.ftl | 40 +++--- core/src/main/resources/template/simple/label.ftl | 6 +- .../main/resources/template/simple/optgroup.ftl | 10 +- .../template/simple/optiontransferselect.ftl | 144 ++++++++++----------- .../main/resources/template/simple/password.ftl | 12 +- .../main/resources/template/simple/radiomap.ftl | 18 +-- core/src/main/resources/template/simple/reset.ftl | 22 ++-- .../resources/template/simple/scripting-events.ftl | 28 ++-- core/src/main/resources/template/simple/select.ftl | 30 ++--- core/src/main/resources/template/simple/submit.ftl | 28 ++-- core/src/main/resources/template/simple/text.ftl | 16 +-- .../main/resources/template/simple/textarea.ftl | 14 +- core/src/main/resources/template/simple/token.ftl | 4 +- .../src/main/resources/template/xhtml/checkbox.ftl | 14 +- core/src/main/resources/template/xhtml/control.ftl | 4 +- .../resources/template/xhtml/controlfooter.ftl | 2 +- .../template/xhtml/controlheader-core.ftl | 8 +- .../resources/template/xhtml/controlheader.ftl | 2 +- .../main/resources/template/xhtml/form-close.ftl | 2 +- core/src/main/resources/template/xhtml/form.ftl | 4 +- core/src/main/resources/template/xhtml/tooltip.ftl | 6 +- .../views/freemarker/FreemarkerManagerTest.java | 57 ++++++++ .../struts2/views/jsp/ui/ActionErrorTagTest.java | 2 - ...TextField.ftl => incompatible-improvements.ftl} | 2 +- .../org/apache/struts2/views/jsp/ui/Radio-6.txt | 12 +- .../main/resources/config-browser/actionNames.ftl | 2 +- .../main/resources/config-browser/showConfig.ftl | 4 +- .../resources/config-browser/validatorDetails.ftl | 2 +- 58 files changed, 417 insertions(+), 357 deletions(-) copy core/src/test/resources/org/apache/struts2/views/freemarker/{customTextField.ftl => incompatible-improvements.ftl} (94%)