Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.20
-
Important
Description
Setting <constant name="struts.ognl.allowStaticMethodAccess" value="true"/> in struts.xml can only allow access to static fields but not static methods
for example
<s:property value="@java.util.Calendar@DAY_OF_WEEK"/> is working
But
<s:property value="@com.your.full.package.Classname@methodName(optionalParameters)" /> not working
This feature used to work in struts-2.3.16.3, but not working after upgrade to struts-2.3.20
Attachments
Issue Links
- is duplicated by
-
WW-4438 Not able to access constansts from jsp
-
- Closed
-