[Bug 58544] RequestDumperFilter contentLength inefficiently creating Integer

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

[Bug 58544] RequestDumperFilter contentLength inefficiently creating Integer

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

[Bug 58544] RequestDumperFilter contentLength inefficiently creating Integer

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

[Bug 58544] RequestDumperFilter contentLength inefficiently creating Integer

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58544 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---