-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b51
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8018922 | 7u45 | Sean Coffey | P2 | Closed | Fixed | b01 |
JDK-2226909 | 7u40 | Sean Coffey | P2 | Closed | Fixed | b08 |
JDK-2226910 | 6u38 | Sean Coffey | P2 | Closed | Fixed | b03 |
SHORT SUMMARY: Failure to close out an SSL socket if connection has not
completed
INDICATORS: Timeout of SSLSocket connection instead of a socket closed
exception during connect
COUNTER INDICATORS:
TRIGGERS: See bugDB report
KNOWN WORKAROUND: Perhaps the system setting for socket timeout can be
reduced but may not be suitable
PRESENT SINCE: N/A
HOW TO VERIFY: Will write up a JTREG test from sample testcase included
NOTES FOR SE:
Closing of SSL sockets is ignored if SSL session state is still at cs_START.
We shouldn't ignore close requests where connect operations get interrupted.
REGRESSION: No.
completed
INDICATORS: Timeout of SSLSocket connection instead of a socket closed
exception during connect
COUNTER INDICATORS:
TRIGGERS: See bugDB report
KNOWN WORKAROUND: Perhaps the system setting for socket timeout can be
reduced but may not be suitable
PRESENT SINCE: N/A
HOW TO VERIFY: Will write up a JTREG test from sample testcase included
NOTES FOR SE:
Closing of SSL sockets is ignored if SSL session state is still at cs_START.
We shouldn't ignore close requests where connect operations get interrupted.
REGRESSION: No.
- backported by
-
JDK-2226909 SSLSocket connect times out instead of throwing socket closed exception
-
- Closed
-
-
JDK-2226910 SSLSocket connect times out instead of throwing socket closed exception
-
- Closed
-
-
JDK-8018922 SSLSocket connect times out instead of throwing socket closed exception
-
- Closed
-