This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch release/struts-6-7-x in repository https://gitbox.apache.org/repos/asf/struts.git
from 84a51cce0 WW-5546 Fixes NPE when uploaded file is empty (#1262) add 831568929 Cleans up all uploaded files new 036c4ddb7 Merge pull request #1306 from apache/fix/clean-uploaded-files The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .gitignore | 11 +- CLAUDE.md | 160 ++++++++++++++++++ .../multipart/JakartaMultiPartRequest.java | 44 ++++- .../multipart/JakartaMultiPartRequestTest.java | 183 +++++++++++++++++++++ 4 files changed, 385 insertions(+), 13 deletions(-) create mode 100644 CLAUDE.md create mode 100644 core/src/test/java/org/apache/struts2/dispatcher/multipart/JakartaMultiPartRequestTest.java