History log of /openjdk10/jdk/test/java/net/CookieHandler/TestHttpCookie.java
Revision Date Author Comments
# 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


# 8633:f120672b91ef 23-Oct-2013 chegar

8020758: HttpCookie constructor does not throw IAE when name contains a space
Reviewed-by: michaelm, msheppar


# 7283:f6e6c27c19f3 31-May-2013 jzavgren

7188517: Check on '$' character is missing in the HttpCookie class constructor
Summary: Modified the constructor code so that the cookie names are examined for leading dollar signs and if they do, an illegal argument exception is thrown.
Reviewed-by: chegar, khazra, michaelm
Contributed-by: john.zavgren@oracle.com


# 6073:cea72c2bf071 02-Nov-2012 alanb

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


# 5632:7bd32bfc0539 18-Jul-2012 michaelm

7183292: HttpURLConnection.getHeaderFields() throws IllegalArgumentException: Illegal cookie name
Reviewed-by: khazra, chegar


# 4503:5c1f90dd0405 22-Aug-2011 chegar

7023713: HttpCookie.domainMatches("hostname.local", "hostname") should return true
Reviewed-by: chegar
Contributed-by: zhouyx@linux.vnet.ibm.com


# 3261:a06412e13bf7 28-Dec-2010 ohair

6962318: Update copyright year
Reviewed-by: xdono


# 2362:00cd9dc3c2b5 25-May-2010 ohair

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


# 2231:895a1211b2e1 16-Mar-2010 chegar

6935199: java/net regression tests failing with Assertions
Reviewed-by: michaelm


# 1929:ca026eb5cf3c 20-Nov-2009 jccollet

6901170: HttpCookie parsing of version and max-age mis-handled
Summary: Accept single quotes in cookies and better exception handling in CookieManager
Reviewed-by: chegar


# 840:53d9259661c3 27-Jan-2009 jccollet

6790677: java.net.HttpCookie.parse(String) should ignore unrecognized attributes, RFC2965
Summary: Changed code not to throw an exception on unknown attributes
Reviewed-by: chegar


# 594:14f50aee4989 02-Oct-2008 xdono

6754988: Update copyright year
Summary: Update for files that have been modified starting July 2008
Reviewed-by: ohair, tbell


# 581:eb342082e2b6 04-Sep-2008 jccollet

6692802: HttpCookie needs to support HttpOnly attribute
Summary: Added HttpOnly tag support to HttpCookie class.
Reviewed-by: chegar, michaelm


# 0:37a05a11f281 30-Nov-2007 duke

Initial load