Thu, 17 Apr 2008 11:05:33 +02006644726: Cookie management issues
jccollet [Thu, 17 Apr 2008 11:05:33 +0200] rev 257
6644726: Cookie management issues
Summary: Many changes to accomodate RFC 2965 and old Netscape specs
Reviewed-by: chegar

Wed, 16 Apr 2008 14:17:54 +01006687282: URLConnection for HTTPS connection through Proxy w/ Digest Authentication gives 400 Bad Request
chegar [Wed, 16 Apr 2008 14:17:54 +0100] rev 256
6687282: URLConnection for HTTPS connection through Proxy w/ Digest Authentication gives 400 Bad Request
Summary: Change http/digest implementation to use host:port from CONNECT request
Reviewed-by: michaelm

Tue, 15 Apr 2008 14:22:36 +01006659779: HttpURLConnections logger should log tunnel requests
chegar [Tue, 15 Apr 2008 14:22:36 +0100] rev 255
6659779: HttpURLConnections logger should log tunnel requests
Summary: Invoke Logger for CONNECT request/responses.
Reviewed-by: jccollet

Mon, 14 Apr 2008 10:41:16 -0400Merge
mullan [Mon, 14 Apr 2008 10:41:16 -0400] rev 254
Merge

Mon, 14 Apr 2008 10:25:05 -04006631361: Spec of AccessControlContext constructor is not complete
mullan [Mon, 14 Apr 2008 10:25:05 -0400] rev 253
6631361: Spec of AccessControlContext constructor is not complete
Summary: Add NullPointerException to @throws clause and treat empty array and array of nulls as equivalent
Reviewed-by: valeriep

Fri, 11 Apr 2008 03:50:37 -04006571950: SSLSocket(raddr, rport, laddr, lport) allows null as laddr that spec doesn't reflect
xuelei [Fri, 11 Apr 2008 03:50:37 -0400] rev 252
6571950: SSLSocket(raddr, rport, laddr, lport) allows null as laddr that spec doesn't reflect
Summary: add the description that while the local address parameter is null, anyLocalAddress will be used instead.
Reviewed-by: weijun

Fri, 11 Apr 2008 03:43:18 -04006546671: (spec)javax.net.ssl.TrustManagerFactory.getInstance() throws undocumented NP
xuelei [Fri, 11 Apr 2008 03:43:18 -0400] rev 251
6546671: (spec)javax.net.ssl.TrustManagerFactory.getInstance() throws undocumented NP
5053895: (spec) Unspecified IllegalStateException in TrustManagerFactory
Summary: add NullPointerException/IllegalStateException description
Reviewed-by: weijun

Fri, 11 Apr 2008 03:33:22 -04006546639: (spec)javax.net.ssl.SSLContext.getInstance(null) throws undocumented NPE
xuelei [Fri, 11 Apr 2008 03:33:22 -0400] rev 250
6546639: (spec)javax.net.ssl.SSLContext.getInstance(null) throws undocumented NPE
Summary: add NullPointerException description to those methods.
Reviewed-by: weijun

Thu, 10 Apr 2008 19:58:48 +08006675606: javax.security.auth.login.Configuration does not recognize path with spaces
weijun [Thu, 10 Apr 2008 19:58:48 +0800] rev 249
6675606: javax.security.auth.login.Configuration does not recognize path with spaces
Reviewed-by: chegar, xuelei

Tue, 22 Apr 2008 18:58:40 +02006692027: Custom subclasses of QueryEval don't serialize
emcmanus [Tue, 22 Apr 2008 18:58:40 +0200] rev 248
6692027: Custom subclasses of QueryEval don't serialize
Summary: Remove non-public superclass of QueryEval
Reviewed-by: dfuchs