[Bug 69442] Case sensitivity of http content-type

2024-11-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69442 w18502183...@163.com changed: What|Removed |Added Severity|major |regression Priority|P2

[Bug 69442] Case sensitivity of http content-type

2024-11-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69442 Remy Maucherat changed: What|Removed |Added Severity|regression |minor -- You are receiving this mail

[Bug 69442] Case sensitivity of http content-type

2024-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69442 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 69442] Case sensitivity of http content-type

2024-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69442 --- Comment #7 from Chen Jp --- org.springframework.util.MimeType -- parse type and subtype in lowercase internally. ```java public MimeType(String type, String subtype, @Nullable Map parameters) { Assert.hasLength(type,

[Bug 69442] Case sensitivity of http content-type

2024-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69442 --- Comment #6 from Chen Jp --- Yes. Developers have to choose lowercase media-type after he find out that uppercase media-type not work on tomcat server in real world, even http rfc explicitly declare which is case-insensitive. -- You are re

[Bug 69442] Case sensitivity of http content-type

2024-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69442 --- Comment #5 from Remy Maucherat --- Clearly a bug that does not exist in the real world. -- You are receiving this mail because: You are the assignee for the bug. - To uns

[Bug 69442] Case sensitivity of http content-type

2024-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69442 Mark Thomas changed: What|Removed |Added OS||All --- Comment #2 from Mark Thomas ---

[Bug 69442] Case sensitivity of http content-type

2024-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69442 --- Comment #1 from Chen Jp --- Created attachment 39930 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39930&action=edit Testcase testcase added. -- You are receiving this mail because: You are the assignee for the bug.