https://issues.apache.org/bugzilla/show_bug.cgi?id=48644
--- Comment #1 from omegam1...@hotmail.co.uk 2010-04-17 12:25:26 EDT --- Created an attachment (id=25319) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25319) proposed patch for bug 48644 Have created a new class and method to deal with all instances where the code catches Throwable and ignores it. The method checks whether the Throwable is something that needs to be rethrown (such as ThreadDeath or VirtualMachineError) and rethrows it if this is the case and swallows everything else. If there are any other types of Throwable that need to be dealt with instead of swallowed then they can be added to this method. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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