You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/11/08 09:46:13 UTC

[Bug 61723] The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit

https://bz.apache.org/bugzilla/show_bug.cgi?id=61723

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Changes were made to the way code was generated for JSPs to resolve some bugs
(that were also spec compliance issues) with resource clean-up if a tag throws
an Exception. We minimised the impact of these as much as we can but the end
result is still that the generated code is larger than it was before.

There are some useful pointers in this thread.
http://markmail.org/thread/5gh57ststsbjqbza

Note:
trimSpaces - true       should be zero impact and might help
enablePooling - false   is likely to have a negative performance impact

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org