History log of /openjdk9/jdk/test/java/net/CookieHandler/CookieManagerTest.java
Revision Date Author Comments
# 14681:2043de31d0a3 03-Jun-2016 chegar

8158525: Update a few java/net tests to use the loopback address instead of the host address
Reviewed-by: rriggs


# 9330:8b1f1c2a400f 26-Dec-2013 lana

8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date
Reviewed-by: tbell, lancea, chegar


# 7357:8b65dfe8f509 07-Jun-2013 khazra

7051862: CookiePolicy spec conflicts with CookiePolicy.ACCEPT_ORIGINAL_SERVER
Summary: Return false for null arguments in ACCEPT_ORIGINAL_SERVER#shouldAccept()
Reviewed-by: chegar


# 7153:a8be9405bb4b 16-May-2013 khazra

7150552: network test hangs [macosx]
Summary: Remove usage of test/sun/net/www/httptest
Reviewed-by: chegar


# 6253:087425441a48 13-Dec-2012 robm

8000525: Java.net.httpcookie api does not support 2-digit year format
Reviewed-by: chegar


# 6073:cea72c2bf071 02-Nov-2012 alanb

7197491: update copyright year to match last edit in jdk8 jdk repository
Reviewed-by: chegar, ksrini


# 5846:3857114d8255 07-Sep-2012 chegar

6354758: rename old test HttpServer classes
Reviewed-by: chegar, michaelm, khazra
Contributed-by: John Zavgren <john.zavgren@oracle.com>


# 2362:00cd9dc3c2b5 25-May-2010 ohair

6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun


# 1248:206d73d299d4 25-May-2009 jccollet

6349566: java.net.CookieManager doesn't set default domain
Summary: Enforce default domain in CookieManager
Reviewed-by: michaelm


# 381:b6d6877c1155 02-Jul-2008 xdono

6719955: Update copyright year
Summary: Update copyright year for files that have been modified in 2008
Reviewed-by: ohair, tbell


# 51:6baf10020bb3 05-Mar-2008 jccollet

6641309: Wrong Cookie separator used in HttpURLConnection
Summary: Added a space to cookie separator. Generified the code and added tags.
Reviewed-by: chegar


# 0:37a05a11f281 30-Nov-2007 duke

Initial load