[ https://issues.apache.org/jira/browse/WW-5327?focusedWorklogId=876286&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-876286 ]
ASF GitHub Bot logged work on WW-5327: -------------------------------------- Author: ASF GitHub Bot Created on: 15/Aug/23 10:07 Start Date: 15/Aug/23 10:07 Worklog Time Spent: 10m Work Description: kusalk commented on code in PR #715: URL: https://github.com/apache/struts/pull/715#discussion_r1294415896 ########## core/src/main/resources/struts-excluded-classes.xml: ########## @@ -37,7 +37,9 @@ java.lang.ProcessBuilder, java.lang.Thread, sun.misc.Unsafe, - com.opensymphony.xwork2.ActionContext"/> + com.opensymphony.xwork2.ActionContext, + com.opensymphony.xwork2.ognl.SecurityMemberAccess, Review Comment: Latter 2 already excluded by `struts.excludedPackageNames` Issue Time Tracking ------------------- Worklog Id: (was: 876286) Time Spent: 2h 40m (was: 2.5h) > Stop using JavaBeans notation for setters in SecurityMemberAccess & > MemberAccessValueStack > ------------------------------------------------------------------------------------------ > > Key: WW-5327 > URL: https://issues.apache.org/jira/browse/WW-5327 > Project: Struts 2 > Issue Type: Improvement > Components: Core > Reporter: Lukasz Lenart > Priority: Major > Fix For: 6.3.0 > > Time Spent: 2h 40m > Remaining Estimate: 0h > > Avoid using set* notations -- This message was sent by Atlassian Jira (v8.20.10#820010)