Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.13
-
None
-
None
Description
When using SecurityManager, we get the following error.
java.lang.IllegalAccessException: Method [public java.lang.String com.opensymphony.xwork2.ActionSupport.execute() throws java.lang.Exception] cannot be accessed.
We used profilingSecurityManager to generate our policy file.. (but there could be issues)..
Do you have a suitable example policy file for ognl that could be used.. we dont want to have to set the OgnlRunTime.securityManger(null) hack.