This is an automated email from the ASF dual-hosted git repository. kusal pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
commit 0aa2f269f2146c2eafd16f2c0f575cd80c1e3dde Merge: 929a60184 5f717cdb8 Author: Kusal Kithul-Godage <g...@kusal.io> AuthorDate: Thu Apr 11 19:16:36 2024 +1000 Merge pull request #911 from atlassian-forks/issue/WW-5407-extend-SecurityMemberAccess-proxy-detection-to-proxies WW-5407 Extend SecurityMemberAccess proxy detection to other proxies core/pom.xml | 9 ++++ .../xwork2/ognl/DefaultOgnlCacheFactory.java | 8 ++- .../xwork2/ognl/SecurityMemberAccess.java | 20 +++++++- .../com/opensymphony/xwork2/util/ProxyUtil.java | 59 ++++++++++++++++++---- .../java/org/apache/struts2/StrutsConstants.java | 1 + .../struts2/config/entities/ConstantConfig.java | 10 ++++ .../xwork2/ognl/SecurityMemberAccessProxyTest.java | 54 +++++++++++++++----- 7 files changed, 134 insertions(+), 27 deletions(-)