Re: RFR: JDK-8058932 - java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist

2014-09-30 Thread dalibor.to...@oracle.com
There is also .test per http://tools.ietf.org/html/rfc2606 -- Oracle Dalibor Topic | Principal Product Manager Phone: +494089091214 | Mobile:+491737185961 Oracle Java Platform Group ORACLE Deutschland B.V. & Co. KG | Kühnehöfe 5 | 22761 Hamburg ORACLE Deutschland B.V. &

Re: RFR: JDK-8058932 - java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist

2014-09-30 Thread Mark Sheppard
Thanks Tom and Dmitry last up best dressed ... .invalid as the test domain is a good recommendation change is now --- a/test/java/net/InetAddress/IPv4Formats.javaTue Sep 30 13:25:04 2014 +0100 +++ b/test/java/net/InetAddress/IPv4Formats.javaTue Sep 30 23:23:46 2014 +0100 @@

Re: RFR: JDK-8058932 - java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist

2014-09-30 Thread Dmitry Samersoff
Mark, It probably should be some-name.invalid IANA reserve .invalid TLD for tests like this one see: http://www.iana.org/assignments/special-use-domain-names/special-use-domain-names.xhtml -Dmitry On 2014-09-30 19:21, Mark Sheppard wrote: > Hi > > Please oblige and review the following small

Re: RFR: JDK-8058932 - java/net/InetAddress/IPv4Formats.java

2014-09-30 Thread Salter, Thomas A
Why not use the .invalid domain? See http://tools.ietf.org/html/rfc6761, section 6.4. Domain Name Reservation Considerations for "invalid." Tom Salter Unisys Corporation

Re: RFR: JDK-8058932 - java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist

2014-09-30 Thread Michael McMahon
On 30/09/14 17:41, Mark Sheppard wrote: thanks Chris ... so shall we go with the simplest thing that works :-) i.e. somehost.some-domain ? Maybe include a few random characters in the top-level domain. The list of TLDs has expanded so much in recent years, you never know what might happen Mi

Re: RFR: JDK-8058932 - java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist

2014-09-30 Thread Chris Hegarty
On 30 Sep 2014, at 09:59, Michael McMahon wrote: > On 30/09/14 17:41, Mark Sheppard wrote: >> thanks Chris ... so shall we go with the simplest thing that works :-) >> i.e. somehost.some-domain ? >> > > Maybe include a few random characters in the top-level domain. > The list of TLDs has expa

Re: RFR: JDK-8058932 - java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist

2014-09-30 Thread Mark Sheppard
thanks Chris ... so shall we go with the simplest thing that works :-) i.e. somehost.some-domain ? M. On 30/09/2014 17:35, Chris Hegarty wrote: On 30 Sep 2014, at 08:47, Daniel Fuchs > wrote: On 30/09/14 17:31, Alan Bateman wrote: On 30/09/2014 08:21, Mark

Re: RFR: JDK-8058932 - java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist

2014-09-30 Thread Mark Sheppard
thanks Daniel Alan it was actually the domain foo.bar that proved to be a TLD for some reason and resolved to the special address 127.0.53.53, indicating a DNS problem. so we could use your strategy on the domain part of the pseudo FQDN, and a bit like New York New York, we pseudo random na

Re: RFR: JDK-8058932 - java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist

2014-09-30 Thread Chris Hegarty
On 30 Sep 2014, at 08:47, Daniel Fuchs wrote: > On 30/09/14 17:31, Alan Bateman wrote: >> On 30/09/2014 08:21, Mark Sheppard wrote: >>> Hi >>> >>> Please oblige and review the following small change to test >>> test/java/net/InetAddress/IPv4Formats.java >>> >>> --- a/test/java/net/InetAddress/

Re: RFR: JDK-8058932 - java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist

2014-09-30 Thread Daniel Fuchs
On 30/09/14 17:31, Alan Bateman wrote: On 30/09/2014 08:21, Mark Sheppard wrote: Hi Please oblige and review the following small change to test test/java/net/InetAddress/IPv4Formats.java --- a/test/java/net/InetAddress/IPv4Formats.javaTue Sep 30 13:25:04 2014 +0100 +++ b/test/java/net/

Re: RFR: JDK-8058932 - java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist

2014-09-30 Thread Alan Bateman
On 30/09/2014 08:21, Mark Sheppard wrote: Hi Please oblige and review the following small change to test test/java/net/InetAddress/IPv4Formats.java --- a/test/java/net/InetAddress/IPv4Formats.javaTue Sep 30 13:25:04 2014 +0100 +++ b/test/java/net/InetAddress/IPv4Formats.javaT

RFR: JDK-8058932 - java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist

2014-09-30 Thread Mark Sheppard
Hi Please oblige and review the following small change to test test/java/net/InetAddress/IPv4Formats.java --- a/test/java/net/InetAddress/IPv4Formats.javaTue Sep 30 13:25:04 2014 +0100 +++ b/test/java/net/InetAddress/IPv4Formats.javaTue Sep 30 15:11:05 2014 +0100 @@ -36,7 +3