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 2019/02/04 17:26:00 UTC

[jira] [Updated] (WW-5013) Accessing static variable via OGNL returns nothing

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

Lukasz Lenart updated WW-5013:
------------------------------
    Fix Version/s: 2.6
                   2.5.21

> Accessing static variable via OGNL returns nothing
> --------------------------------------------------
>
>                 Key: WW-5013
>                 URL: https://issues.apache.org/jira/browse/WW-5013
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.5.20
>            Reporter: k918912
>            Priority: Major
>             Fix For: 2.5.21, 2.6
>
>
> Accessing static variables of a public class does not seem to work. I tried setting the struts.ognl.allowStaticMethodAccess = true in the project root's struts.properties but it didn't change anything.
> {code:html}
> <s:property value="@de.mytest.common.Constants@CONSTANT" default="Nothing" />
> {code}
> For this, I get "Nothing" as the output. It seems to have worked in 2.5.18.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)