JDK-5078467 : java.net.SocketTimeoutException may consume data incorrectly.
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2004-07-26
  • Updated: 2004-11-08
  • Resolved: 2004-11-08
Related Reports
Duplicate :  
Description
Our implementation supports read timeouts, and keeps the connection open.

However, if we get only part of a SSL packet via readFully,
we might consume that part of the packet, timeout, and when reentering
readFully, we consume the second part, overwriting the first.  We should be more
careful about this.




Comments
EVALUATION Look at for mustang. ###@###.### 2004-07-26
26-07-2004