This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch
feature/WW-5585-dynamic-file-upload-params
in repository https://gitbox.apache.org/repos/asf/struts.git
from ce667c9d3 test(fileupload): add integration tests for dynamic file
upload
add b39384ce9 fix(core): preserve parameters in InterceptorMapping for
WithLazyParams interceptors
add f39f5538b fix(fileupload): use Preparable to initialize upload config
before interceptors
add 095bbd257 refactor(fileupload): simplify maximumSize type from String
to Long
add c76895749 docs(research): add lazy multipart parsing research for
WW-5585
No new revisions were added by this update.
Summary of changes:
.../fileupload/DynamicFileUploadAction.java | 16 +-
.../struts2/showcase/DynamicFileUploadTest.java | 65 ++-
.../apache/struts2/showcase/ParameterUtils.java | 2 +-
.../apache/struts2/DefaultActionInvocation.java | 9 +-
.../config/providers/InterceptorBuilder.java | 21 +-
.../interceptor/AbstractFileUploadInterceptor.java | 29 +-
.../struts2/DefaultActionInvocationTest.java | 12 +
...586-WW-5587-withlazy-params-empty-parameters.md | 508 ++++++++++++++++++
.../2025-11-21-WW-5585-lazy-multipart-parsing.md | 575 +++++++++++++++++++++
9 files changed, 1177 insertions(+), 60 deletions(-)
create mode 100644
thoughts/shared/research/2025-11-20-WW-5586-WW-5587-withlazy-params-empty-parameters.md
create mode 100644
thoughts/shared/research/2025-11-21-WW-5585-lazy-multipart-parsing.md