You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2015/03/02 10:11:05 UTC

[jira] [Updated] (WW-4462) Regression bug in ognl for "is..." property getters

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

Lukasz Lenart updated WW-4462:
------------------------------
    Fix Version/s:     (was: 2.3.22)
                   2.5

> Regression bug in ognl for "is..." property getters
> ---------------------------------------------------
>
>                 Key: WW-4462
>                 URL: https://issues.apache.org/jira/browse/WW-4462
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions
>    Affects Versions: 2.3.20
>            Reporter: Jasper Rosenberg
>            Priority: Critical
>              Labels: ognl
>             Fix For: 2.5
>
>
> We have a lot of getters on our actions that look like:
> public boolean getIsTruck() {
> 	return isTruck;
> }
> That lets us write ftl that looks like:
> <#if isTruck>...</#if>
> However, this support was broken in a recent ognl release, I believe by this patch: 
> https://github.com/jkuhnert/ognl/commit/6fb948c8a4528546e6e24750f09a89b6a730e17a
> I don't see any reason why this pattern shouldn't be supported, so I'm assuming it is a bug.  
> This is also keeping us from being able to upgrade to the latest ognl which has some critical fixes we were really hoping to take advantage of.
> Thanks!



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