wetmore [Thu, 17 Apr 2008 16:56:11 -0700] rev 481
Merge
jccollet [Thu, 17 Apr 2008 11:05:33 +0200] rev 480
6644726: Cookie management issues
Summary: Many changes to accomodate RFC 2965 and old Netscape specs
Reviewed-by: chegar
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
xdono [Tue, 13 May 2008 11:33:06 -0700] rev 469
Merge
ohair [Wed, 30 Apr 2008 17:34:41 -0700] rev 468
6695553: Cleanup GPLv2+SPL legal notices in hat sources
Summary: Just correcting the legal notices on the HAT sources.
Reviewed-by: alanb
mlapshin [Wed, 14 May 2008 07:53:12 -0700] rev 467
Merge
malenkov [Wed, 07 May 2008 23:20:32 +0400] rev 466
4935607: RFE: LTP: Should be possible to set the TRANSIENT attribute of propertiies to FALSE
Summary: Add the Transient annotation and support it (JSR-273)
Reviewed-by: peterz, loneid