-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
beta2
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2042759 | 1.4.0 | Everett Anderson | P4 | Closed | Won't Fix |
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)
********************************************************************************
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)
********************************************************************************
- backported by
-
JDK-2042759 ReaderThread doesn't close connection on Error
-
- Closed
-