[ 
https://issues.apache.org/jira/browse/WW-4701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15659909#comment-15659909
 ] 

ASF subversion and git services commented on WW-4701:
-----------------------------------------------------

Commit 986b43f3147c73611fdb3956fdbd4fe01a06e550 in struts's branch 
refs/heads/master from [~lukaszlenart]
[ https://git-wip-us.apache.org/repos/asf?p=struts.git;h=986b43f ]

WW-4701 Drop parameter if not defined


> Can no longer clear parameter on a <s:url> 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}
> <s:url action=“init” includeParams=“get”>
>     <s:param name="param1" value="" />
> </s:url>
> {noformat}
> Before 2.5.5, this would have removed “param1” from the generated url if it 
> was present.  (The evaluated value would have been null, and so 
> Component.addParameter(name, value) would have removed the parameter).  



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

Reply via email to