JDK-4921279 : HttpURLConnection.ReadableByteChannelBasedInputStream implementation needs impro
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-09-11
  • Updated: 2003-09-27
  • Resolved: 2003-09-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 tigerFixed
Related Reports
Relates :  
Relates :  
Description
HttpURLConnection.ReadableByteChannelBasedInputStream implementation doesn't make any assumptions on the underlying ReadableByteChannel. This forces us to use a Thread.sleep() and retry when it is non-blocking. However, if it is non-blocking, it is most likely a SelectableChannel. Thus we decide to change the ResponseCache spec to make the assumption that either the ReadableByteChannel is blocking or it is a SelectableChannel. this results in a much cleaner implementation.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b22
14-06-2004

EVALUATION Will fix for Tiger. ###@###.### 2003-09-11
11-09-2003