You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Cornelius Mund (JIRA)" <ji...@apache.org> on 2016/04/17 18:14:25 UTC

[jira] [Created] (OGNL-255) Reflection issue with google app engine and OGNL 3.1.2

Cornelius Mund created OGNL-255:
-----------------------------------

             Summary: Reflection issue with google app engine and OGNL 3.1.2
                 Key: OGNL-255
                 URL: https://issues.apache.org/jira/browse/OGNL-255
             Project: Commons OGNL
          Issue Type: Bug
    Affects Versions: 3.1.2
         Environment: Google App Engine (or Google App Engine Dev Server)
            Reporter: Cornelius Mund


When accessing a function directly from a thymeleaf template via ognl a IllegalAccessException is thrown even though the function is public.
I've put together a sample application so you can reproduce the error:
https://github.com/cornim/TLBugExample.git

Please also note the following:
If the function is accessed via the property (i.e. ${item.name} instead of ${item.getName()}) no exception is thrown.
Also, if one sets OgnlRuntime.setSecurityManager(null); (see CtxListener.java) direct function access via ognl starts working, but that doesn't seem to be a sensible solution.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)