[ https://issues.apache.org/jira/browse/WW-5382?focusedWorklogId=898168&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-898168 ]
ASF GitHub Bot logged work on WW-5382: -------------------------------------- Author: ASF GitHub Bot Created on: 05/Jan/24 08:57 Start Date: 05/Jan/24 08:57 Worklog Time Spent: 10m Work Description: kusalk commented on code in PR #826: URL: https://github.com/apache/struts/pull/826#discussion_r1442634580 ########## core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java: ########## @@ -192,6 +194,11 @@ public class Dispatcher { * Store ConfigurationManager instance, set on init. */ protected ConfigurationManager configurationManager; + private ObjectFactory objectFactory; Review Comment: Since the Dispatcher itself is not container-managed, we can't use constructor injection for it Issue Time Tracking ------------------- Worklog Id: (was: 898168) Time Spent: 2h (was: 1h 50m) > Stale configuration persists after configuration reload > ------------------------------------------------------- > > Key: WW-5382 > URL: https://issues.apache.org/jira/browse/WW-5382 > Project: Struts 2 > Issue Type: Bug > Components: Core > Affects Versions: 6.3.0 > Reporter: Kusal Kithul-Godage > Priority: Major > Fix For: 6.4.0 > > Time Spent: 2h > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.20.10#820010)