Details
-
Bug
-
Resolution: Fixed
-
Minor
-
6.4.2
-
Unit
-
Unknown
-
N/A
-
N/A
-
Description
The following snippet:
{{velocity}} $xwiki.getClass().name {{/velocity}}
produce the following expected output
com.xpn.xwiki.api.XWiki
but also the following unexpected warning
WARN o.x.v.i.DefaultVelocityEngine - Cannot retrieve method getname from object of class java.lang.Class due to security restrictions.