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 4242C200B9A for ; Fri, 23 Sep 2016 07:59:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 40C62160AE2; Fri, 23 Sep 2016 05:59:22 +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 AC2EE160AAD for ; Fri, 23 Sep 2016 07:59:21 +0200 (CEST) Received: (qmail 42197 invoked by uid 500); 23 Sep 2016 05:59:20 -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 42170 invoked by uid 99); 23 Sep 2016 05:59:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2016 05:59:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8E0452C2A63 for ; Fri, 23 Sep 2016 05:59:20 +0000 (UTC) Date: Fri, 23 Sep 2016 05:59:20 +0000 (UTC) From: "Christoph Nenning (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (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 archived-at: Fri, 23 Sep 2016 05:59:22 -0000 [ https://issues.apache.org/jira/browse/WW-4628?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Nenning reopened WW-4628: ----------------------------------- I'll look into it today > 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 > Assignee: Christoph Nenning > Fix For: 2.3.31, 2.5.3 > > 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)