https://issues.apache.org/bugzilla/show_bug.cgi?id=48644

Sebb <s...@apache.org> changed:

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

--- Comment #3 from Sebb <s...@apache.org> 2010-09-13 14:28:03 EDT ---
There are still lots of places where Throwable is caught.

In most (all?) cases, catching Throwable is unnecessary - Exception would do
just as well. Or indeed a more specific one such as IOException.

Where the code really does need to catch Throwable, then the ExceptionUtils
method must be used. There are also many cases where this has not been done.

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

Reply via email to