Request for Review 6882654

2009-09-16 Thread Christopher Hegarty - Sun Microsystems Ireland
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

Re: Request for Review 6882609

2009-09-16 Thread Alan Bateman
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

Request for Review 6882609

2009-09-16 Thread Christopher Hegarty - Sun Microsystems Ireland
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

Request for Review 6882594

2009-09-16 Thread Christopher Hegarty - Sun Microsystems Ireland
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