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 2021/01/22 16:44:04 UTC

[Bug 64872] Inefficient enum resolution in JSPs

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

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

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

--- Comment #30 from Mark Thomas <ma...@apache.org> ---
Fixed in:
- 10.0.x for 10.0.1 onwards
- 9.0.x for 9.0.42 onwards
- 8.5.x for 8.5.62 onwards

Regarding the non-static logger, nearly all the logs in Jasper are non-static
to avoid issues with memory leaks on web application reload (the explanation
for that is a longish story - ask on dev@ if interested). The impact is a small
increase in memory footprint if more than one web application is deployed on a
Tomcat instance.

-- 
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