[jira] [Reopened] (WW-4628) Space character and includeParams

2016-09-22 Thread Christoph Nenning (JIRA)

 [ 
https://issues.apache.org/jira/browse/WW-4628?page=com.atlassian.jira.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=[]
> 
> 
> 
> 
> 
> 
> {code}
> When the action is called with a parameter containing a space (which is 
> escaped in the URL) :
> {code}
> localhost:8080/url?myParameter=with+space
> {code}
> The output is as follows :
> {code}
> myParameter=[with space]
> /url.action?myParameter=with%2Bspace
> /url.action?myParameter=with+space
> {code}
> The *includeParams* attribute of the “url” tag seems to transform the "space" 
> character into the "plus" character (both in their url-encoded forms).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Reopened] (WW-4628) Space character and includeParams

2016-08-01 Thread Christoph Nenning (JIRA)

 [ 
https://issues.apache.org/jira/browse/WW-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christoph Nenning reopened WW-4628:
---

REPOENED as 'fix' caused new issues

> 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=[]
> 
> 
> 
> 
> 
> 
> {code}
> When the action is called with a parameter containing a space (which is 
> escaped in the URL) :
> {code}
> localhost:8080/url?myParameter=with+space
> {code}
> The output is as follows :
> {code}
> myParameter=[with space]
> /url.action?myParameter=with%2Bspace
> /url.action?myParameter=with+space
> {code}
> The *includeParams* attribute of the “url” tag seems to transform the "space" 
> character into the "plus" character (both in their url-encoded forms).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)