JDK-6725892 : Http server stability issues
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 2.1.2,6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,windows_xp
  • CPU: generic,unknown,x86
  • Submitted: 2008-07-15
  • Updated: 2011-06-08
  • Resolved: 2011-03-08
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.
JDK 7
7 b121Fixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Description
Stability/robustness issues in light weight http server. Specifically :-

1. eliminate the use of temporary NIO selectors, which in some platforms results
   in the creation of looped back TCP sockets (x2) per Http connection.

2. improve handling of bad http connections which:-
	+ send no request
	+ send an incomplete request
	+ fail to read the response completely

Comments
EVALUATION Fix from 1.5 version
15-07-2008