[
https://issues.apache.org/jira/browse/WW-5327?focusedWorklogId=876742&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-876742
]
ASF GitHub Bot logged work on WW-5327:
--------------------------------------
Author: ASF GitHub Bot
Created on: 17/Aug/23 08:48
Start Date: 17/Aug/23 08:48
Worklog Time Spent: 10m
Work Description: lukaszlenart commented on code in PR #715:
URL: https://github.com/apache/struts/pull/715#discussion_r1296886230
##########
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:
Thanks, addressed in #729
Issue Time Tracking
-------------------
Worklog Id: (was: 876742)
Time Spent: 3h (was: 2h 50m)
> 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: 3h
> Remaining Estimate: 0h
>
> Avoid using set* notations
--
This message was sent by Atlassian Jira
(v8.20.10#820010)