duke [Wed, 05 Jul 2017 16:36:45 +0200] rev 503
Merge
xdono [Thu, 24 Apr 2008 12:12:14 -0700] rev 502
Added tag jdk7-b26 for changeset 10fbc32c25b0
duke [Wed, 05 Jul 2017 16:36:42 +0200] rev 501
Merge
xdono [Thu, 24 Apr 2008 12:12:07 -0700] rev 500
Added tag jdk7-b26 for changeset 878e1f117e8e
duke [Wed, 05 Jul 2017 16:36:39 +0200] rev 499
Merge
tbell [Fri, 16 May 2008 12:25:57 -0700] rev 498
Merge
tbell [Mon, 12 May 2008 18:06:23 -0700] rev 497
Merge
wetmore [Sun, 11 May 2008 00:26:16 -0700] rev 496
Merge
chegar [Fri, 02 May 2008 21:33:59 +0100] rev 495
6687919: REGRESSION : Classloader can handle any resource which is not included in classpath
Reviewed-by: jccollet, alanb
martin [Sat, 10 May 2008 12:14:53 -0700] rev 494
6691215: (coll) IdentityHashMap.containsValue(null) returns true when null value not present
Reviewed-by: dl, chegar, alanb
Contributed-by: scottb@google.com
martin [Sat, 10 May 2008 11:49:25 -0700] rev 493
6691185: (coll) TreeMap.navigableKeySet's descendingIterator method starts at first instead of last entry
Reviewed-by: dl, chegar
martin [Sat, 10 May 2008 11:30:53 -0700] rev 492
6636363: BufferUnderflowException decoding length 6 UTF-8 sequences with direct buffers
Reviewed-by: sherman
kamg [Thu, 08 May 2008 09:16:03 -0400] rev 491
6697875: Copyright headers need to be upgraded with GPL derivative
Summary: Update copyright headers to GPL
Reviewed-by: xdono
valeriep [Wed, 30 Apr 2008 11:10:33 -0700] rev 490
6695818: New regression test (KerberosTixDateTest) for Kerberos failing on (probably) all platforms.
Reviewed-by: mullan
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
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