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


The following commit(s) were added to refs/heads/master by this push:
     new 9d049d2e RFC2231Utils decodeText - Incorrect handling of percent 
encoded text (#472).
9d049d2e is described below

commit 9d049d2e57b832d6d0b15e1b6d0ffd9c6aa6cc94
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 20 21:20:48 2026 +0000

    RFC2231Utils decodeText - Incorrect handling of percent encoded text
    (#472).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3e7e3e3a..71634323 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                        type="fix" dev="ggregory" due-to="Henri 
Biestro, Gary Gregory">Fix migration documentation to mention Java 11.</action>
       <action issue="FILEUPLOAD-362" type="fix" dev="ggregory" due-to="Kusal 
Kithul-Godage, Gary Gregory">Unable to parse requests for file uploads with 
special characters in filename on Windows.</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>
       <!-- ADD -->
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 96 to 102.</action>

Reply via email to