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
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
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/
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
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