You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "k918912 (JIRA)" <ji...@apache.org> on 2019/02/04 14:50:00 UTC

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

k918912 created WW-5013:
---------------------------

             Summary: 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


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)