[
https://issues.apache.org/jira/browse/WW-5588?focusedWorklogId=992952&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-992952
]
ASF GitHub Bot logged work on WW-5588:
--------------------------------------
Author: ASF GitHub Bot
Created on: 22/Nov/25 14:34
Start Date: 22/Nov/25 14:34
Worklog Time Spent: 10m
Work Description: lukaszlenart merged PR #1417:
URL: https://github.com/apache/struts/pull/1417
Issue Time Tracking
-------------------
Worklog Id: (was: 992952)
Time Spent: 40m (was: 0.5h)
> Allow Preparable interface to work with only per-method prepare*()
> implementations
> ----------------------------------------------------------------------------------
>
> Key: WW-5588
> URL: https://issues.apache.org/jira/browse/WW-5588
> Project: Struts 2
> Issue Type: Improvement
> Components: Core Interceptors
> Reporter: Lukasz Lenart
> Assignee: Lukasz Lenart
> Priority: Minor
> Fix For: 7.2.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Currently the {{Preparable}} interface requires implementing {{prepare()}}
> even when using only per-method variants like {{prepareUpload()}} or
> {{{}prepareEdit(){}}}.
> *Proposal*: Change {{prepare()}} to a default method with empty
> implementation, allowing
> actions to implement only the specific {{prepare*()}} methods they need.
> _This is backward-compatible - existing implementations continue to work
> unchanged._
--
This message was sent by Atlassian Jira
(v8.20.10#820010)