Rob McKenna
7524cd99c1
8000525: Java.net.httpcookie api does not support 2-digit year format
...
Reviewed-by: chegar
2012-12-13 15:28:40 +00:00
Mark Sheppard
c9063f559f
8003890: corelibs test scripts should pass TESTVMOPTS
...
Reviewed-by: chegar, alanb
2012-12-13 14:47:35 +00:00
Chris Hegarty
453bef09b0
8004675: Inet6Address.getHostAddress should use string scope identifier where available
...
...and some minor stylistic cleanup
Reviewed-by: khazra, dsamersoff, michaelm
2012-12-13 14:33:32 +00:00
Chris Hegarty
2f8cd2937d
8004925: java/net/Socks/SocksV4Test.java failing on all platforms
...
Reviewed-by: alanb, dsamersoff
2012-12-13 09:55:55 +00:00
Rob McKenna
f0bbdd0834
8003597: TEST_BUG: Eliminate dependency on javaweb from closed net tests
...
Reviewed-by: chegar
2012-11-28 00:47:38 +00:00
Chris Hegarty
24fde021e4
8003833: Spurious NPE from Socket.getIn/OutputStream
...
Reviewed-by: alanb, dsamersoff
2012-11-27 17:15:19 +00:00
Alan Bateman
430592a30e
7197491: update copyright year to match last edit in jdk8 jdk repository
...
Reviewed-by: chegar, ksrini
2012-11-02 15:50:11 +00:00
Lana Steuck
736ab82961
Merge
2012-10-23 11:29:53 -07:00
Abhijit Saha
93e31619c4
Merge
2012-10-10 14:31:07 -07:00
Sean Coffey
23b1ff04af
7181793: Socket getOutputStream create streams that cannot be GC'ed until Socket is closed
...
Reviewed-by: alanb, chegar
2012-10-09 19:45:17 +01:00
Weijun Wang
8e21ad5768
7198205: CloseTest fails on mac
...
Reviewed-by: alanb, chegar, michaelm
2012-09-17 17:19:50 +08:00
John Zavgren
8fbd047f8c
6354758: rename old test HttpServer classes
...
Reviewed-by: chegar, michaelm, khazra
2012-09-07 15:30:17 +01:00
Eric Wang
de965a866a
7032247: java/net/InetAddress/GetLocalHostWithSM.java fails if hostname resolves to loopback address
...
TESTBUG
Reviewed-by: chegar, alanb
2012-09-07 14:00:31 +01:00
Chris Hegarty
84603e4d94
7189567: java net obselete protocol
...
Reviewed-by: alanb, ahgross
2012-08-29 14:05:37 +01:00
Christian Schulte
d947b5d95a
7188755: Crash due to missing synchronization on gconf_client in DefaultProxySelector.c
...
Reviewed-by: chegar
2012-08-12 22:56:45 +01:00
Eric Wang
d74533b1eb
7081476: test/java/net/InetSocketAddress/B6469803.java failing intermittently
...
Reviewed-by: chegar
2012-07-19 18:19:04 +01:00
Michael McMahon
94f61c976b
7183292: HttpURLConnection.getHeaderFields() throws IllegalArgumentException: Illegal cookie name
...
Reviewed-by: khazra, chegar
2012-07-18 18:46:17 +01:00
Abhijit Saha
b74ef2f6b6
Merge
2012-06-07 12:31:10 -07:00
Sean Coffey
6e3d96dc67
7123896: Unexpected behavior due to Solaris using separate IPv4 and IPv6 port spaces
...
Reviewed-by: alanb
2012-05-17 12:21:16 +01:00
Deven You
abd7e74713
7163874: InetAddress.isReachable should support pinging 0.0.0.0
...
Reviewed-by: alanb, chegar
2012-05-11 16:20:46 +08:00
Kurchi Subhra Hazra
56132c0447
7045655: An empty InMemoryCookieStore should not return true for removeAll
...
CookieStore.removeAll() should return false for an empty CookieStore
Reviewed-by: chegar
2012-03-15 13:21:16 -07:00
Chris Hegarty
015d7657e7
7152796: TEST_BUG: java/net/Socks/SocksV4Test.java does not terminate
...
Reviewed-by: alanb
2012-03-13 09:33:50 +00:00
Alan Bateman
3269d85838
7113349: Initial changeset for Macosx port to jdk
...
Co-authored-by: Alexander Potochkin <alexander.potochkin@oracle.com>
Co-authored-by: Alexander Zuev <alexander.zuev@oracle.com>
Co-authored-by: Andrew Brygin <andrew.brygin@oracle.com>
Co-authored-by: Artem Ananiev <artem.ananiev@oracle.com>
Co-authored-by: Alex Strange <astrange@apple.com>
Co-authored-by: Bino George <bino@apple.com>
Co-authored-by: Christine Lu <christine.lu@oracle.com>
Co-authored-by: David Katleman <david.katleman@oracle.com>
Co-authored-by: David Durrence <david_durrence@apple.com>
Co-authored-by: Dmitry Cherepanov <dmitry.cherepanov@oracle.com>
Co-authored-by: Greg Lewis <glewis@eyesbeyond.com>
Co-authored-by: Kevin Miller <kevin_m_miller@apple.com>
Co-authored-by: Kurt Miller <kurt@intricatesoftware.com>
Co-authored-by: Landon Fuller <landonf@plausiblelabs.com>
Co-authored-by: Leonid Romanov <leonid.romanov@oracle.com>
Co-authored-by: Loefty Walkowiak <loefty@apple.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Roger Hoover <rhoover@apple.com>
Co-authored-by: Scott Kovatch <scott.kovatch@oracle.com>
Co-authored-by: Sergey ByloKhov <sergey.bylokhov@oracle.com>
Co-authored-by: Mike Swingler <swingler@apple.com>
Co-authored-by: Tomas Hurka <tomas.hurka@oracle.com>
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks
2012-03-06 20:34:38 +00:00
Chris Hegarty
1f16d123b1
7128648: HttpURLConnection.getHeaderFields should return an unmodifiable Map
...
Reviewed-by: michaelm
2012-01-11 10:52:25 +00:00
Kurchi Subhra Hazra
ed977156e5
7102704: test/java/net/DatagramSocket/ChangingAddress.java failing
...
Reviewed-by: chegar
2011-10-20 09:08:38 +01:00
Chris Hegarty
1d5bbbec86
7095949: java/net/URLConnection/RedirectLimit.java and Redirect307Test fail intermittently
...
Reviewed-by: alanb
2011-10-04 16:37:08 +01:00
Kurchi Subhra Hazra
ebd4f912d7
6953455: CookieStore.add() cannot handle null URI parameter, contrary to the API
...
Reviewed-by: chegar, mduigou
2011-10-04 13:48:41 +01:00
Kurchi Subhra Hazra
8987ea2bdf
7084030: DatagramSocket.getLocalAddress inconsistent on XP/2003 when IPv6 enabled and socket is connected
...
Use family of connected IP address to retrieve desired local address of the datagram socket
Reviewed-by: chegar
2011-09-26 11:48:37 -07:00
Chris Hegarty
bfeee8da4d
7041800: URI.equals may incorrectly return true with escaped octets
...
Reviewed-by: alanb, michaelm
2011-09-01 13:53:59 +01:00
Chris Hegarty
db62441424
7014860: Socket.getInputStream().available() not clear for shutdown input
...
Reviewed-by: alanb, michaelm
2011-09-01 06:45:00 +01:00
Sean Chou
3217c0283e
7023713: HttpCookie.domainMatches("hostname.local", "hostname") should return true
...
Reviewed-by: chegar
2011-08-22 14:09:28 +01:00
Chris Hegarty
59d409ada5
7076523: TEST_BUG: test/java/net/NetworkInterface/NetParamsTest.java can fail with NPE
...
Reviewed-by: alanb
2011-08-10 12:30:29 +01:00
Xue-Lei Andrew Fan
2ee0410a0c
7068662: Reserve and restore the default locale
...
Reviewed-by: alanb, weijun
2011-07-29 02:50:58 -07:00
Chris Hegarty
39aba3b4cf
7021280: SocketPermission should accept wildcards
...
Reviewed-by: michaelm
2011-07-18 22:25:58 +01:00
Michael McMahon
9ed202225f
7050028: ISE "zip file closed" from JarURLConnection.getInputStream on JDK 7 when !useCaches
...
Reviewed-by: chegar, alanb
2011-06-08 10:56:11 +01:00
Chris Hegarty
f1659ec169
7030649: URL.equals() fails to compare jar urls
...
Reviewed-by: michaelm
2011-04-18 11:14:28 +01:00
Kelly O'Hair
d2b1e20c7d
7033660: Update copyright year to 2011 on any files changed in 2011
...
Reviewed-by: dholmes
2011-04-06 22:06:11 -07:00
Chris Hegarty
b6f518d3c1
7023363
: URI("ftp", "[www.abc.com]", "/dir1/dir2", "query", "frag") should throw URISyntaxException
...
Reviewed-by: alanb, michaelm
2011-03-11 13:50:09 +00:00
Charles Lee
15ddaff2ab
7026346: URLConnection.guessContentTypeFromStream does not support UTF-8 and UTF-32 xml streams with BOM
...
Reviewed-by: alanb
2011-03-11 08:57:14 +00:00
Chris Hegarty
9607630405
7020136: java/net/URLConnection/RedirectLimit.java fails intermittently
...
Increase the socket timeout and clean up the test
Reviewed-by: alanb
2011-02-24 12:57:59 +00:00
Alan Bateman
26b3b9744f
7015410: test/java/net/Socks/SocksProxyVersion.java needs to be updated due to 7013420
...
Reviewed-by: chegar
2011-01-28 13:26:14 +00:00
Chris Hegarty
e615d63fad
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
...
Reviewed-by: alanb, michaelm
2011-01-21 17:02:57 +00:00
Michael McMahon
f8bfe29fae
7003398: NetworkInterface equals() and hashCode() behaviors depend on permissions granted
...
Reviewed-by: chegar, alanb
2011-01-13 16:33:07 +00:00
Michael McMahon
16604f391f
Merge
2011-01-13 14:41:53 +00:00
Chris Hegarty
ab0fe3d421
6964547: Impossible to set useV4 in SocksSocketImpl
...
Add socksProxyVersion property
Reviewed-by: alanb, michaelm
2011-01-13 13:24:58 +00:00
Michael McMahon
7558885d92
Merge
2011-01-13 11:10:14 +00:00
Michael McMahon
de3e3830d2
6896088: URLClassLoader.close() apparently not working for JAR URLs on Windows
...
Reviewed-by: chegar
2011-01-13 11:01:30 +00:00
Michael McMahon
058b35d369
6829919: URLClassLoader.close() doesn't close resource file if getResourceAsStream(...) was called before
...
Reviewed-by: chegar
2011-01-12 15:05:10 +00:00
Kelly O'Hair
6b6a611c8e
6962318: Update copyright year
...
Reviewed-by: xdono
2010-12-28 15:53:50 -08:00
Michael McMahon
8eca7db307
6339649: URI.create should include a detail message when throwing IllegalArgumentException
...
Create enclosing exception with message of enclosed
Reviewed-by: alanb, chegar
2010-08-17 14:49:01 +01:00