[Bug 58554] Cannot output html from jsp files inside of lambdas

2015-11-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58554 --- Comment #4 from Joseph Lenton --- > As an aside, the example in the description wouldn't work even if out were > final due to the IOExceptions thrown. A try/catch block is also required. If you add 'throws IOException' on the appropriate

[Bug 58554] Cannot output html from jsp files inside of lambdas

2015-11-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58554 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 58554] Cannot output html from jsp files inside of lambdas

2015-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58554 --- Comment #2 from Christopher Schultz --- Obviously, comment #1 was attached to the wrong bug. Apologies for the noise. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 58554] Cannot output html from jsp files inside of lambdas

2015-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58554 --- Comment #1 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