RFR: 8245095: Implementation of JEP 408: Simple Web Server

Julia Boes jboes at openjdk.java.net
Wed Sep 29 08:35:36 UTC 2021


On Tue, 28 Sep 2021 10:30:21 GMT, Bernd Eckenfels <ecki at zusammenkunft.net> wrote:

> * For all interfaces use "-b 0.0.0.0" (IPv4) or "-b ::" (IPv6)
> 
> Instead of:
> 
> * For 0.0.0.0 (all interfaces) use -b 0.0.0.0 or -b ::0
> 
> In the usage?
> 
> (I think ?::? is canon?)

Good point, "::" is recommended, e.g. in RFC5952 [1]. 
I think IPv4/IPv6 is obvious though, so I suggest:

`* For all interfaces use "-b 0.0.0.0" or "-b ::"`

[1] https://datatracker.ietf.org/doc/html/rfc5952

-------------

PR: https://git.openjdk.java.net/jdk/pull/5505



More information about the build-dev mailing list