Sebb created FILEUPLOAD-242:
-------------------------------
Summary: Should not catch and ignore Throwable
Key: FILEUPLOAD-242
URL: https://issues.apache.org/jira/browse/FILEUPLOAD-242
Project: Commons FileUpload
Issue Type: Bug
Reporter: Sebb
Code should never catch & ignore all Throwables.
For example, ThreadDeath may be caught, but must be rethrown.
VirtualMachineError must also never be swallowed.
See also
https://issues.apache.org/bugzilla/show_bug.cgi?id=48644
and
org/apache/tomcat/util/ExceptionUtils#handleThrowable()
https://svn.apache.org/repos/asf/tomcat/trunk/java/org/apache/tomcat/util/ExceptionUtils.java
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)