chegar [Wed, 16 Apr 2008 14:17:54 +0100] rev 479
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
chegar [Tue, 15 Apr 2008 14:22:36 +0100] rev 478
6659779: HttpURLConnections logger should log tunnel requests
Summary: Invoke Logger for CONNECT request/responses.
Reviewed-by: jccollet
mullan [Mon, 14 Apr 2008 10:41:16 -0400] rev 477
Merge
mullan [Mon, 14 Apr 2008 10:25:05 -0400] rev 476
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
xuelei [Fri, 11 Apr 2008 03:50:37 -0400] rev 475
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
xuelei [Fri, 11 Apr 2008 03:43:18 -0400] rev 474
6546671: (spec)javax.net.ssl.TrustManagerFactory.getInstance() throws undocumented NP
5053895: (spec) Unspecified IllegalStateException in TrustManagerFactory
Summary: add NullPointerException/IllegalStateException description
Reviewed-by: weijun
xuelei [Fri, 11 Apr 2008 03:33:22 -0400] rev 473
6546639: (spec)javax.net.ssl.SSLContext.getInstance(null) throws undocumented NPE
Summary: add NullPointerException description to those methods.
Reviewed-by: weijun
weijun [Thu, 10 Apr 2008 19:58:48 +0800] rev 472
6675606: javax.security.auth.login.Configuration does not recognize path with spaces
Reviewed-by: chegar, xuelei
emcmanus [Tue, 22 Apr 2008 18:58:40 +0200] rev 471
6692027: Custom subclasses of QueryEval don't serialize
Summary: Remove non-public superclass of QueryEval
Reviewed-by: dfuchs
xdono [Wed, 14 May 2008 14:06:58 -0700] rev 470
Merge