valeriep [Fri, 25 Apr 2008 15:32:27 -0700] rev 489
Merge
valeriep [Fri, 25 Apr 2008 15:24:48 -0700] rev 488
6659990: KerberosTicket.getEndTime does not copy date (findbugs)
Reviewed-by: mullan
valeriep [Fri, 25 Apr 2008 15:19:55 -0700] rev 487
6524501: inconsistency with PKCS#11 spec - 0-value flags in CK_SLOT_INFO struct returned by C_GetSlotInfo()
Reviewed-by: mullan
mullan [Fri, 25 Apr 2008 09:03:20 -0400] rev 486
Merge
mullan [Fri, 25 Apr 2008 08:58:07 -0400] rev 485
6690169: Specification for BasicPermission.equals() is not consistent
Summary: Clarified @return to be consistent with method description
Reviewed-by: vinnie
wetmore [Wed, 23 Apr 2008 10:20:34 -0700] rev 484
Merge
weijun [Wed, 23 Apr 2008 08:10:28 +0800] rev 483
6689000: Changes in 6675606 causing regression test failures on windows-i586
Summary: Accept illegal URLs like file:c:/root/x.conf and file:this/that/x.conf
Reviewed-by: alanb, chegar
jccollet [Fri, 18 Apr 2008 15:23:27 +0200] rev 482
6558853: getHostAddress() on connections using IPv6 link-local addrs should have zone id
Summary: Set the scope_id_set flag when necessary
Reviewed-by: chegar
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