Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.5
-
None
-
None
Description
Consider the following:
<s:url action=“init” includeParams=“get”> <s:param name="param1" value="" /> </s:url>
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).
Attachments
Issue Links
- is broken by
-
WW-4631 Empty <s:param name="p1" value=""/> is being supressed
- Closed