So this is an OGNL bug? On Feb 13, 2015 8:20 AM, "Jasper Rosenberg (JIRA)" <j...@apache.org> wrote:
> Jasper Rosenberg created WW-4462: > ------------------------------------ > > Summary: 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 > > > 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) >