[ https://issues.apache.org/jira/browse/WW-5086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17178823#comment-17178823
]
Lukasz Lenart edited comment on WW-5086 at 8/17/20, 8:14 AM:
-------------------------------------------------------------
The case is that 2.5.24 shouldn't break anything, it supposed to be a drop-in change without
changing anything in users' code. We can do that but for Struts 2.6.
Anyway, I pushed a change and please test 2.5.24-SNAPSHOT once available
https://repository.apache.org/content/groups/snapshots/
was (Author: lukaszlenart):
The case is that 2.5.24 shouldn't break anything, it supposed to be a drop-in change without
changing anything in users' code. We can do that but for Struts 2.6.
Anyway, I pushed a change and please test 2.5.24-SNAPSHOT once available
https://ci-builds.apache.org/job/Struts/job/Struts%20Core/job/struts-2-5-x/
> s:set with empty body
> ---------------------
>
> Key: WW-5086
> URL: https://issues.apache.org/jira/browse/WW-5086
> Project: Struts 2
> Issue Type: Bug
> Components: Core Tags
> Affects Versions: 2.5.22
> Reporter: Pierre-Yves Soblet
> Assignee: Lukasz Lenart
> Priority: Major
> Fix For: 2.5.24, 2.6
>
> Attachments: 20200814_WW-5086.patch
>
>
> In Struts 2.5.22, the following JSP fragment:
> {code:java}
> <s:set var="myVariable"> </s:set>
> <s:property value="#myVariable"/>
> {code}
> generates the following HTML fragment:
> {code:java}
> com.sample.MyAction@c1a47f6c
> {code}
> I would expect an empty output (as {{trimBody}} is set to "true" by default).
>
> Moreover, when the {{set}} tag body is empty:
> {code:java}
> <s:set var="myVariable" trimBody="false"/>
> <s:property value="#myVariable"/>
> {code}
> disregarding the value of the {{trimBody}} attribute, the output is the same:
> {code:java}
> com.sample.MyAction@c1a47f6c
> {code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
|