Adds additional blocked classes
Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/62674769 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/62674769 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/62674769 Branch: refs/heads/struts-2-3-28-1 Commit: 62674769b0d57c070538434e2ffed6ac2bf4796f Parents: c48007c Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Mon Apr 18 20:38:49 2016 +0200 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Tue Apr 19 14:26:13 2016 +0200 ---------------------------------------------------------------------- core/src/main/resources/struts-default.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/62674769/core/src/main/resources/struts-default.xml ---------------------------------------------------------------------- diff --git a/core/src/main/resources/struts-default.xml b/core/src/main/resources/struts-default.xml index 441ae54..3686c20 100644 --- a/core/src/main/resources/struts-default.xml +++ b/core/src/main/resources/struts-default.xml @@ -50,6 +50,8 @@ ognl.OgnlContext, ognl.ClassResolver, ognl.TypeConverter, + ognl.MemberAccess, + ognl.DefaultMemberAccess, com.opensymphony.xwork2.ognl.SecurityMemberAccess, com.opensymphony.xwork2.ActionContext" />