This is an automated email from the ASF dual-hosted git repository. kusal pushed a commit to branch WW-5343-sec-extend in repository https://gitbox.apache.org/repos/asf/struts.git
commit ceff6cde03777f06d03aee605b4353729f77bad5 Author: Kusal Kithul-Godage <g...@kusal.io> AuthorDate: Thu Nov 16 23:06:13 2023 +1100 WW-5343 Remove unnecessary method --- core/src/main/java/com/opensymphony/xwork2/ognl/OgnlValueStack.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/src/main/java/com/opensymphony/xwork2/ognl/OgnlValueStack.java b/core/src/main/java/com/opensymphony/xwork2/ognl/OgnlValueStack.java index 63802717a..57a511198 100644 --- a/core/src/main/java/com/opensymphony/xwork2/ognl/OgnlValueStack.java +++ b/core/src/main/java/com/opensymphony/xwork2/ognl/OgnlValueStack.java @@ -160,11 +160,6 @@ public class OgnlValueStack implements Serializable, ValueStack, ClearableValueS setRoot(xworkConverter, accessor, compoundRoot, new SecurityMemberAccess(allowStaticFieldAccess)); } - @Inject - protected void setSecurityMemberAccess(SecurityMemberAccess securityMemberAccess) { - this.securityMemberAccess = securityMemberAccess; - } - @Inject(StrutsConstants.STRUTS_DEVMODE) protected void setDevMode(String mode) { this.devMode = BooleanUtils.toBoolean(mode);