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 133f977b Reject truncated percent-encoding in 
RFC2231Utility.decodeText (#477).
133f977b is described below

commit 133f977b4420d8fdbafa0f77107fa0f66c6d1a4e
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 13 10:56:52 2026 -0400

    Reject truncated percent-encoding in RFC2231Utility.decodeText (#477).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 11a30d1f..159c0954 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Javadoc that you 
shouldn't rely on the garbage collection to cause the JVM to call 
FileItem.delete() through finalization; see JEP 421: Deprecate Finalization for 
Removal.</action>
       <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>
       <!-- 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