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 0db105f1 Match RFC 2047 encoding token case-insensitively in
decodeWord (#476).
0db105f1 is described below
commit 0db105f1c3a18c0da2884fbca6d2968c617cd2f1
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 13 11:09:52 2026 -0400
Match RFC 2047 encoding token case-insensitively in decodeWord (#476).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a080f290..b721d8db 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,6 +48,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">Create temporary upload file with owner-only permissions
(#473).</action>
+ <action type="fix" dev="ggregory" due-to="alhuda,
Gary Gregory">Match RFC 2047 encoding token case-insensitively in decodeWord
(#476).</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 96 to 102.</action>