JDK-6712353 : light weight http server leaks
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2008-06-09
  • Updated: 2011-02-24
  • Resolved: 2011-02-24
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
7Resolved
Related Reports
Duplicate :  
Description
ServerImpl.java has Set<HttpConnection> allConnections
It keeps growing for the requests that are not associated with any context.

To reproduce

Server: 
~/jdk1.6.0_05/bin/java   -classpath /tmp/SimpleWebServiceEndpoint.jar simplewebserviceendpoint.Server

client:
 ~/jdk1.6.0_05/bin/java -classpath /tmp/SimpleWebServiceEndpoint.jar simplewerserviceclient.Client

Also, a forum user claims it leaks connections. See http://forums.java.net/jive/thread.jspa?messageID=279189

Comments
EVALUATION I've checked this problem doesn't exist any more. It was probably fixed as part of the fix for 6725892. Will close this as a dup of that.
24-02-2011