You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/06/22 07:01:44 UTC

[2/2] struts git commit: Adds a constant to control when proxy can be accessed

Adds a constant to control when proxy can be accessed


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/5d999d6a
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/5d999d6a
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/5d999d6a

Branch: refs/heads/master
Commit: 5d999d6ac145c769191cc2e9a4897a47093f43d8
Parents: 8f53b6f 0d6442b
Author: Lukasz Lenart <lu...@apache.org>
Authored: Thu Jun 22 09:01:35 2017 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Thu Jun 22 09:01:35 2017 +0200

----------------------------------------------------------------------
 .../com/opensymphony/xwork2/ognl/OgnlUtil.java  | 12 +++++
 .../xwork2/ognl/OgnlValueStack.java             |  1 +
 .../xwork2/ognl/SecurityMemberAccess.java       |  7 ++-
 .../org/apache/struts2/StrutsConstants.java     |  2 +
 .../ognl/SecurityMemberAccessProxyTest.java     | 49 ++++++++++++++++++++
 .../xwork2/spring/actionContext-xwork.xml       |  1 +
 .../spring/src/main/resources/struts-plugin.xml |  2 +
 7 files changed, 73 insertions(+), 1 deletion(-)
----------------------------------------------------------------------