From issues-return-27769-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Tue Jun 14 07:03:41 2016 Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9033E19C9F for ; Tue, 14 Jun 2016 07:03:41 +0000 (UTC) Received: (qmail 32250 invoked by uid 500); 14 Jun 2016 07:03:40 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 32148 invoked by uid 500); 14 Jun 2016 07:03:40 -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 31913 invoked by uid 99); 14 Jun 2016 07:03:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2016 07:03:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6B9AE2C1F70 for ; Tue, 14 Jun 2016 07:03:40 +0000 (UTC) Date: Tue, 14 Jun 2016 07:03:40 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (WW-4628) Space character and includeParams MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/WW-4628?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:all-tabpanel ] Lukasz Lenart updated WW-4628: ------------------------------ Fix Version/s: (was: 2.3.29) 2.3.30 > Space character and includeParams > --------------------------------- > > Key: WW-4628 > URL: https://issues.apache.org/jira/browse/WW-4628 > Project: Struts 2 > Issue Type: Bug > Affects Versions: 2.3.28 > Reporter: Pierre-Yves Soblet > Fix For: 2.3.30 > > Attachments: Struts2UrlTest.zip > > > With this JSP snippet using Struts 2 taglib: > {code} > myParameter=3D[] >
> >
> > > > {code} > When the action is called with a parameter containing a space (which is e= scaped in the URL) : > {code} > localhost:8080/url?myParameter=3Dwith+space > {code} > The output is as follows : > {code} > myParameter=3D[with space] > /url.action?myParameter=3Dwith%2Bspace > /url.action?myParameter=3Dwith+space =20 > {code} > The *includeParams* attribute of the =E2=80=9Curl=E2=80=9D tag seems to t= ransform the "space" character into the "plus" character (both in their url= -encoded forms). -- This message was sent by Atlassian JIRA (v6.3.4#6332)