URLConnection.getRequestProperties() doesn't throw as promised

2010-05-18 Thread Martin Buchholz
Hi net-dev gang, A colleague reports that: URLConnection.getRequestProperties() promises to throw an IllegalStateException when invoked on a connected instance. But Java 6 returns a valid map. Can you get either the spec or the implementation fixed so that the two agree? Thanks, Martin

hg: jdk7/tl/jdk: 6945564: Unicode script support in Character class; ...

2010-05-18 Thread xueming . shen
Changeset: 33409b9b0f49 Author:sherman Date: 2010-05-18 15:36 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/33409b9b0f49 6945564: Unicode script support in Character class 6948903: Make Unicode scripts available for use in regular expressions Summary: added Unicode script su

hg: jdk7/tl/jdk: 6951599: Rename package of security tools for modularization

2010-05-18 Thread mandy . chung
Changeset: b3466e2c3819 Author:mchung Date: 2010-05-18 13:12 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b3466e2c3819 6951599: Rename package of security tools for modularization Summary: Move PolicyTool to sun.security.tools.policytool package Reviewed-by: weijun ! make/

Re: Request to review fix in IPv6 JTreg tests (java/net/ipv6tests/)

2010-05-18 Thread Pavel Tisnovsky
Michael McMahon wrote: Hi Pavel, From what I can see this code is invoked from the method getFirstLocalIPv6Address() which would expect to get a link local address, but the nature of the new test is to reject link local addressses. In fact the method getFirstLocalIPv6Address() returns the fir

Re: Request to review fix in IPv6 JTreg tests (java/net/ipv6tests/)

2010-05-18 Thread Michael McMahon
Hi Pavel, From what I can see this code is invoked from the method getFirstLocalIPv6Address() which would expect to get a link local address, but the nature of the new test is to reject link local addressses. Thanks, Michael. Pavel Tisnovsky wrote: Hi, could you please review the small change