Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 45336200BCD for ; Sat, 12 Nov 2016 18:28:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 43EBC160AF5; Sat, 12 Nov 2016 17:28:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BC3A5160B14 for ; Sat, 12 Nov 2016 18:27:59 +0100 (CET) Received: (qmail 24458 invoked by uid 500); 12 Nov 2016 17:27:58 -0000 Mailing-List: contact issues-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 issues@struts.apache.org Received: (qmail 24256 invoked by uid 99); 12 Nov 2016 17:27:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Nov 2016 17:27:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9386A2C4C74 for ; Sat, 12 Nov 2016 17:27:58 +0000 (UTC) Date: Sat, 12 Nov 2016 17:27:58 +0000 (UTC) From: "Hudson (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4701) Can no longer clear parameter on a tag. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 12 Nov 2016 17:28:00 -0000 [ https://issues.apache.org/jira/browse/WW-4701?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1565997= 0#comment-15659970 ]=20 Hudson commented on WW-4701: ---------------------------- SUCCESS: Integrated in Jenkins build Struts-JDK7-master #552 (See [https://= builds.apache.org/job/Struts-JDK7-master/552/]) WW-4701 Drop parameter if not defined (lukaszlenart: rev 986b43f3147c73611f= db3956fdbd4fe01a06e550) * (edit) core/src/main/java/org/apache/struts2/components/Param.java > Can no longer clear parameter on a tag. > ----------------------------------------------- > > Key: WW-4701 > URL: https://issues.apache.org/jira/browse/WW-4701 > Project: Struts 2 > Issue Type: Bug > Affects Versions: 2.5.5 > Reporter: Adam Greenfield > Assignee: Lukasz Lenart > Fix For: 2.5.6 > > > Consider the following: > {noformat} > > > > {noformat} > Before 2.5.5, this would have removed =E2=80=9Cparam1=E2=80=9D from the g= enerated url if it was present. (The evaluated value would have been null,= and so Component.addParameter(name, value) would have removed the paramete= r). =20 -- This message was sent by Atlassian JIRA (v6.3.4#6332)