Changeset: a71ab67d3ece
Author:jccollet
Date: 2008-04-18 15:23 +0200
URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/a71ab67d3ece
6558853: getHostAddress() on connections using IPv6 link-local addrs should
have zone id
Summary: Set the scope_id_set flag when necessary
Reviewed-by:
This change looks good.
-Chris.
Jean-Christophe Collet wrote:
I need a code review for the simple fix to 6558853.
It's a simple case of a flag not set in the native code when creating a
Inet6Address.
Patch attached below.
Thanks
I need a code review for the simple fix to 6558853.
It's a simple case of a flag not set in the native code when creating a
Inet6Address.
Patch attached below.
Thanks
--- /home/jccollet/tmp/webrev/raw_files/old/src/share/native/java/net/net_util.c 2008-04-18 13:59:44.0 +0200
+++ /home/