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 478AA200BD0 for ; Wed, 26 Oct 2016 07:39:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 46336160AD8; Wed, 26 Oct 2016 05:39: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 BC031160AFA for ; Wed, 26 Oct 2016 07:38:59 +0200 (CEST) Received: (qmail 44109 invoked by uid 500); 26 Oct 2016 05:38: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 44096 invoked by uid 99); 26 Oct 2016 05:38:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2016 05:38:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 77AA32C2A67 for ; Wed, 26 Oct 2016 05:38:58 +0000 (UTC) Date: Wed, 26 Oct 2016 05:38:58 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (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: Wed, 26 Oct 2016 05:39:00 -0000 [ https://issues.apache.org/jira/browse/WW-4701?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:all-tabpanel ] Lukasz Lenart updated WW-4701: ------------------------------ Fix Version/s: 2.5.6 > 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 > 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)