https://bz.apache.org/bugzilla/show_bug.cgi?id=69442
w18502183...@163.com changed:
What|Removed |Added
Severity|major |regression
Priority|P2
https://bz.apache.org/bugzilla/show_bug.cgi?id=69442
Remy Maucherat changed:
What|Removed |Added
Severity|regression |minor
--
You are receiving this mail
https://bz.apache.org/bugzilla/show_bug.cgi?id=69442
Remy Maucherat changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
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,
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=69442
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #2 from Mark Thomas ---
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.