hg: jdk8/tl/jdk: 7130915: File.equals does not give expected results when path contains Non-English characters on Mac OS X

2012-07-19 Thread xueming . shen
Changeset: 84cd98a5641c Author:sherman Date: 2012-07-19 21:23 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/84cd98a5641c 7130915: File.equals does not give expected results when path contains Non-English characters on Mac OS X Summary: to support Unicode nfd/nfc file path o

hg: jdk8/tl/jdk: 7081476: test/java/net/InetSocketAddress/B6469803.java failing intermittently

2012-07-19 Thread chris . hegarty
Changeset: 2c2e4ecc8f7e Author:chegar Date: 2012-07-19 18:19 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2c2e4ecc8f7e 7081476: test/java/net/InetSocketAddress/B6469803.java failing intermittently Reviewed-by: chegar Contributed-by: Eric Wang ! test/ProblemList.txt ! test

Re: CR: 7183292: HttpURLConnection.getHeaderFields() throws IllegalArgumentException: Illegal cookie name

2012-07-19 Thread Michael McMahon
We'd like to make a small change to the fix for this for 7u6. We would like to keep the restriction on $ being the first character of a cookie name (since this was a genuine/correct requirement of RFC 2965). That restriction has been removed in JDK8, but since that is not required for this parti

Re: CR: 7183292: HttpURLConnection.getHeaderFields() throws IllegalArgumentException: Illegal cookie name

2012-07-19 Thread Chris Hegarty
On 18/07/12 18:38, Michael McMahon wrote: Thanks Kurchi. I have made one small change to another test, which was specifically testing the $name assertion. So, that test had to be removed. The new webrev is at : http://cr.openjdk.java.net/~michaelm/7183292/webrev.3/ Looks fine Michael, -Chri