Uploaded image for project: 'Commons FileUpload'
  1. Commons FileUpload
  2. FILEUPLOAD-242

Should not catch and ignore Throwable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.4
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            sebb Sebb
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: