This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
commit 1caa8984073f490d529dedf8a8f60505622c70c0 Author: Gary Gregory <[email protected]> AuthorDate: Sun Jul 26 14:50:05 2026 -0400 FileItemInputIteratorImpl.findNextItem() now uses the max file count (#481). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 27f261fe..82ccc6f2 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="alhuda, Gary Gregory">Match RFC 2047 encoding token case-insensitively in decodeWord (#476).</action> <action type="fix" dev="ggregory" due-to="alhuda, Gary Gregory">Reject malformed base64 payload in RFC 2047 decodeWord (#478).</action> <action type="fix" dev="ggregory" due-to="alhuda, Gary Gregory">Ignore invalid RFC 2231 extended value so it cannot erase a valid filename (#479).</action> + <action type="fix" dev="ggregory" due-to="Rajesh Tewari, Gary Gregory, Piotr P. Karwasz">FileItemInputIteratorImpl.findNextItem() now uses the max file count (#481).</action> <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 96 to 103.</action>
