(struts) branch master updated (929a60184 -> 0aa2f269f)

2024-04-11 Thread kusal
This is an automated email from the ASF dual-hosted git repository.

kusal pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


from 929a60184 Merge pull request #910 from apache/WW-5406-excluded-patterns
 add 0074b7028 WW-5407 extend SecurityMemberAccess proxy detection to other 
proxies
 add 5f717cdb8 WW-5407 tweak ProxyUtil#isHibernateProxyMember to make it 
neat
 new 0aa2f269f Merge pull request #911 from 
atlassian-forks/issue/WW-5407-extend-SecurityMemberAccess-proxy-detection-to-proxies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)



(struts) 01/01: Merge pull request #911 from atlassian-forks/issue/WW-5407-extend-SecurityMemberAccess-proxy-detection-to-proxies

2024-04-11 Thread kusal
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 
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(-)