[
https://issues.apache.org/jira/browse/WW-5284?focusedWorklogId=845386&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-845386
]
ASF GitHub Bot logged work on WW-5284:
--------------------------------------
Author: ASF GitHub Bot
Created on: 14/Feb/23 12:52
Start Date: 14/Feb/23 12:52
Worklog Time Spent: 10m
Work Description: kusalk commented on code in PR #659:
URL: https://github.com/apache/struts/pull/659#discussion_r1105773701
##########
core/src/test/java/com/opensymphony/xwork2/validator/DefaultActionValidatorManagerTest.java:
##########
@@ -87,7 +87,7 @@ protected void tearDown() throws Exception {
public void testBuildValidatorKey() {
- String validatorKey =
DefaultActionValidatorManager.buildValidatorKey(SimpleAction.class, alias);
+ String validatorKey =
actionValidatorManager.buildValidatorKey(SimpleAction.class, alias);
Review Comment:
Changed this to an instance method for consistency between the 2
implementations and ability to override
Issue Time Tracking
-------------------
Worklog Id: (was: 845386)
Time Spent: 40m (was: 0.5h)
> Further clean up ActionValidatorManager implementations
> -------------------------------------------------------
>
> Key: WW-5284
> URL: https://issues.apache.org/jira/browse/WW-5284
> Project: Struts 2
> Issue Type: Task
> Components: Core Interceptors
> Reporter: Kusal Kithul-Godage
> Priority: Trivial
> Fix For: 6.2.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)