]
David Lloyd commented on WFLY-6233:
-----------------------------------
Note that this applies specifically where IPv6 addresses are presented in combination with
port numbers.
Format IPv6 addresses in log messages as recommended by rfc5952
---------------------------------------------------------------
Key: WFLY-6233
URL:
https://issues.jboss.org/browse/WFLY-6233
Project: WildFly
Issue Type: Enhancement
Components: Clustering, Web (Undertow)
Affects Versions: 10.0.0.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Minor
Doesn't seem to be a violation but per
https://tools.ietf.org/html/rfc5952#section-6
a general recommendation to use [ .. ] format.
{noformat}The [] style as expressed in [RFC3986] SHOULD be employed, and is the default
unless otherwise specified.{noformat}
e.g.
{noformat}INFO [org.jboss.modcluster] (ServerService Thread Pool -- 65)
MODCLUSTER000032: Listening to proxy advertisements on
/ff0e:0:0:0:0:0:0:a:35432{noformat}
{noformat}INFO [io.undertow] (MSC service thread 1-1) UT005039: Undertow starts
mod_cluster proxy advertisements on /ff0e:0:0:0:0:0:0:a:35432 with frequency 10000 ms
{noformat}