https://bz.apache.org/bugzilla/show_bug.cgi?id=58544
--- Comment #4 from Remy Maucherat ---
Good move, the "efficiency" of the request dumper valve is meaningless, this
issue is really nonsense. However, using the int version may not work properly,
so that's a real fix.
--
You are receiving thi
https://bz.apache.org/bugzilla/show_bug.cgi?id=58544
--- Comment #3 from Violeta Georgieva ---
I switched to request.getContentLengthLong in trunk and Tomcat 8 trunk
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://bz.apache.org/bugzilla/show_bug.cgi?id=58544
--- Comment #2 from Christopher Schultz ---
Should this usage of request.getContentLength be changed to use
request.getHeader("Content-Length") to avoid the 2GiB primitive int limit?
--
You are receiving this mail because:
You are the assigne
https://bz.apache.org/bugzilla/show_bug.cgi?id=58544
Violeta Georgieva changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---