Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4449503

ReaderThread doesn't close connection on Error

XMLWordPrintable

    • beta2
    • generic
    • generic
    • Not verified

        Currently, the outer catch in

        com.sun.corba.se.internal.iiop.ReaderThread

        only catches Exceptions. If an Error is thrown, clients will be left hanging, and the server side will not print any information about the failure.

        To make sure this doesn't happen, change the catch to take all Throwables (except ThreadDeath, already handled in a special case above).
        ********************************************************************************

        ###@###.### 2001-11-09

        Fix verified OK:
        - using build: j2sdk-1_4_0-rc-bin-b85-solsparc-07_nov_2001
        - by inspecting code at: com/sun/corba/se/internal/iiop/ReaderThread.java (versions 1.2.1.1 and 1.9)
        ********************************************************************************

              eandersosunw Everett Anderson (Inactive)
              eandersosunw Everett Anderson (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: