-
Bug
-
Resolution: Fixed
-
P3
-
2.1.2, 6
-
b121
-
generic, unknown, x86
-
generic, windows_xp
-
Verified
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
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
- duplicates
-
JDK-6712353 light weight http server leaks
-
- Closed
-
-
JDK-6644274 HTTP server leaks resources
-
- Closed
-
-
JDK-6675392 Selector leak in com.sun.net.httpserver.SelectorCache
-
- Closed
-
-
JDK-6685575 com.sun.net.httpserver.HttpServer creates self looping connections
-
- Closed
-