This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/master by this push:
new 292a1069 Minor readability and cleanup improvements in DiskFileItem
#458
292a1069 is described below
commit 292a106920fc748c49ffd5ad94a6c3f1c97f4789
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 8 15:44:08 2025 -0500
Minor readability and cleanup improvements in DiskFileItem #458
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 73a488d0..a1bd79de 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Rename AbstractFileUpload.[get|set]SizeMax() to
AbstractFileUpload.[get|set]MaxSize().</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Rename AbstractFileUpload.[get|set]FileSizeMax() to
AbstractFileUpload.[get|set]MaxFileSize().</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Rename AbstractFileUpload.[get|set]FileCountMax() to
AbstractFileUpload.[get|set]MaxFileCount().</action>
+ <action type="fix" dev="ggregory"
due-to="tPionTech">Minor readability and cleanup improvements in DiskFileItem
#458.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Ryan J
Murphy">Add AbstractFileUpload support for a maximum part header size
#429.</action>
<!-- UPDATE -->