https://bz.apache.org/bugzilla/show_bug.cgi?id=66209
--- Comment #2 from John Engebretson <jeng...@amazon.com> --- I had a hand in the original implementation, and the intent was always to create the Bloom filters once and keep them around forever. In our internal implementation (Tomcat 8) we did exactly that. Relative to the intent, this is a bug. However, you have a valid point that the current state may be acceptable for some users, and changing it could cause challenges. FWIW the memory footprint is quite small - we saw ~1.5MB of heap to accommodate ~4000 jars. I'll defer to your judgment. Adding another configuration parameter is certainly doable. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org