deprrous commented on PR #1815:
URL: https://github.com/apache/struts/pull/1815#issuecomment-5089141141
Pushed a rework on top of this branch for WW-5659.
The lazy params now live in a per-invocation holder instead of mutating the
singleton interceptor instance. `DefaultActionInvocation` resolves a fresh
holder for each call, `ActionFileUploadInterceptor` consumes an explicit upload
policy object, and the concurrent upload isolation regression is still in
place. I also added a small factory regression for typed lazy params so
`${...}` values are deferred until invocation time instead of being pushed
through singleton setters during interceptor construction.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]