[Bug 58464] servletRequest.getHeaderNames() returns all header names in lower case

2021-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58464 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX Status|REOPENED

[Bug 58464] servletRequest.getHeaderNames() returns all header names in lower case

2021-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58464 Gonzalo changed: What|Removed |Added Resolution|WONTFIX |--- Status|RESOLVED

[Bug 58464] servletRequest.getHeaderNames() returns all header names in lower case

2015-10-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58464 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 58464] servletRequest.getHeaderNames() returns all header names in lower case

2015-10-01 Thread bugzilla
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

[Bug 58464] servletRequest.getHeaderNames() returns all header names in lower case

2015-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58464 Christoph Tornau changed: What|Removed |Added CC||tor...@gmail.com -- You are receiv

[Bug 58464] servletRequest.getHeaderNames() returns all header names in lower case

2015-09-30 Thread bugzilla
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

[Bug 58464] servletRequest.getHeaderNames() returns all header names in lower case

2015-09-29 Thread bugzilla
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

[Bug 58464] servletRequest.getHeaderNames() returns all header names in lower case

2015-09-29 Thread bugzilla
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. ---