https://bz.apache.org/bugzilla/show_bug.cgi?id=58464
Mark Thomas changed:
What|Removed |Added
Resolution|--- |WONTFIX
Status|REOPENED
https://bz.apache.org/bugzilla/show_bug.cgi?id=58464
Gonzalo changed:
What|Removed |Added
Resolution|WONTFIX |---
Status|RESOLVED
https://bz.apache.org/bugzilla/show_bug.cgi?id=58464
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=58464
--- Comment #4 from Christopher Schultz ---
I'm not sure how many people care about this kind of thing, but I have to
interact with a web service that uses JSON to pass data back and forth. The
service has a way of being oddly case-insensitive
https://bz.apache.org/bugzilla/show_bug.cgi?id=58464
Christoph Tornau changed:
What|Removed |Added
CC||tor...@gmail.com
--
You are receiv
https://bz.apache.org/bugzilla/show_bug.cgi?id=58464
--- Comment #3 from Mark Thomas ---
Tomcat stores the headers with lower case names to simplfy the lookup of
headers (case sensitive rather than case insenstive lookups).
Unless there is something in one of the specifications that Tomcat imple
https://bz.apache.org/bugzilla/show_bug.cgi?id=58464
--- Comment #2 from Christoph Tornau ---
(In reply to George Stanchev from comment #1)
> You can create a filter and an HttpServletRequestWrapper and convert them
> yourself. Your uppercase is my lowercase.
This will probably not help because
https://bz.apache.org/bugzilla/show_bug.cgi?id=58464
--- Comment #1 from George Stanchev ---
You can create a filter and an HttpServletRequestWrapper and convert them
yourself. Your uppercase is my lowercase.
--
You are receiving this mail because:
You are the assignee for the bug.
---