This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


The following commit(s) were added to refs/heads/1.x by this push:
     new dd398629 Ignore invalid RFC 2231 extended value so it cannot erase a 
valid filename (1.x) (#480).
dd398629 is described below

commit dd398629e27f4d4541f437f5bcd7421e6e38a8af
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 20 06:46:02 2026 -0700

    Ignore invalid RFC 2231 extended value so it cannot erase a valid
    filename (1.x) (#480).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 159c0954..784d92f0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,6 +53,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="markt"    due-to="Mark Thomas">Implement 
stricter checks for fields using RFC 2231 / RFC 5987. Invalid extended values 
will be ignored.</action>
       <action type="fix" dev="ggregory" due-to="Chenjp, Gary 
Gregory">RFC2231Utils decodeText - Incorrect handling of percent encoded text 
(#472).</action>
       <action type="fix" dev="ggregory" due-to="alhuda, Gary Gregory">Reject 
truncated percent-encoding in RFC2231Utility.decodeText (#477).</action>
+      <action type="fix" dev="ggregory" due-to="alhuda, Gary Gregory">Ignore 
invalid RFC 2231 extended value so it cannot erase a valid filename (1.x) 
(#480).</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 84 to 102.</action>

Reply via email to