https://bz.apache.org/bugzilla/show_bug.cgi?id=63832
--- Comment #8 from Remy Maucherat <r...@apache.org> --- The fix is preventing improper cleanups but won't go too far beyond that, so a JVM error class exception is still going to go through. This behavior is specific to VirtualMachineError (except for StackOverflowError which is filtered out as recoverable). If your application doesn't work with the cleanups and you cannot fix the application, you can disable these, look at the options in the documentation. The warnings and checks are supposed to warn you about likely bugs and leaks, if you cannot do anything about them, well ... https://ci.apache.org/projects/tomcat/tomcat9/docs/config/context.html#Standard_Implementation -- 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