[
https://issues.apache.org/jira/browse/WW-5381?focusedWorklogId=897827&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-897827
]
ASF GitHub Bot logged work on WW-5381:
--------------------------------------
Author: ASF GitHub Bot
Created on: 03/Jan/24 10:38
Start Date: 03/Jan/24 10:38
Worklog Time Spent: 10m
Work Description: kusalk commented on code in PR #824:
URL: https://github.com/apache/struts/pull/824#discussion_r1440303286
##########
core/src/main/resources/struts-beans.xml:
##########
@@ -174,11 +174,9 @@
<bean type="com.opensymphony.xwork2.util.TextParser" name="struts"
class="com.opensymphony.xwork2.util.OgnlTextParser"
scope="singleton"/>
- <bean type="ognl.ClassResolver"
name="com.opensymphony.xwork2.util.CompoundRoot"
+ <bean type="com.opensymphony.xwork2.ognl.accessor.RootAccessor"
name="struts"
class="com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor"/>
Review Comment:
Done - reinstated the old beans for injection compatibility with any custom
beans written for Struts 6.3 or earlier
Issue Time Tracking
-------------------
Worklog Id: (was: 897827)
Time Spent: 2.5h (was: 2h 20m)
> Introduce extension points for CompoundRootAccessor and MethodAccessor
> ----------------------------------------------------------------------
>
> Key: WW-5381
> URL: https://issues.apache.org/jira/browse/WW-5381
> Project: Struts 2
> Issue Type: Improvement
> Components: Core
> Reporter: Kusal Kithul-Godage
> Priority: Minor
> Fix For: 6.4.0
>
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)