https://bz.apache.org/bugzilla/show_bug.cgi?id=62709
Bug ID: 62709
Summary: out.write got inefficient with respect to newline in
*_jsp.java
Product: Tomcat 8
Version: 8.5.14
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Jasper
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ----
Just upgraded from debian oldstable to stable (9 stretch) and seeing a lot more
often
The code of method _jspService(HttpServletRequest, HttpServletResponse) is
exceeding the 65535 bytes limit
(despite "trimspaces" as per
https://tomcat.apache.org/tomcat-8.5-doc/jasper-howto.html#Configuration)
When looking at the newly generated *_jsp.java, they create a new
out.write("...\n");
after each newline of the page content. With debian8, this wasn't the case.
Please amend the documentation on how to get back to the more efficient
previous state!
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]