6882654: Remove dependency on java.util.concurrent from KeepAlive
implementaion
Webrev:
http://cr.openjdk.java.net/~chegar/6882654/webrev.0/webrev/
The HTTP keep alive implementation has unnecessary dependencies on
java.util.concurrent classes.
KeepAliveCache subclasses ConcurrentHashMap
Christopher Hegarty - Sun Microsystems Ireland wrote:
6882609: Move default InMemoryCookieStore to java.net
Webrev:
http://cr.openjdk.java.net/~chegar/6882609/webrev.0/webrev/
The default cookie store implementation (InMemoryCookieStore)
currently resides in sun.net.www.protocol.http. There
6882609: Move default InMemoryCookieStore to java.net
Webrev:
http://cr.openjdk.java.net/~chegar/6882609/webrev.0/webrev/
The default cookie store implementation (InMemoryCookieStore) currently
resides in sun.net.www.protocol.http. There is no reason for it to live
there, and it actually put
Hi Jessie, Michael, Alan,
6882594: Remove static dependency on NTLM authentication
Webrev:
http://cr.openjdk.java.net/~chegar/6882594/webrev.0
The HTTP client implementation
(sun.net.www.protocol.http.HttpURLConnection) loads the NTLM
Authentication classes even if no authentication is used