Releases 2.0.4 & 2.0.5.
For some localhost scenarios: ctx.getRemoteAddress() returns "0:0:0:0:0:0:0:1%0" whereas is in 2.0.3 and before it returned "0:0:0:0:0:0:0:1". Handing the former string to InetAddresses.isInetAddress(..) causes an "no an IP address" exception.
Releases 2.0.4 & 2.0.5.
For some localhost scenarios:
ctx.getRemoteAddress()returns "0:0:0:0:0:0:0:1%0" whereas is in 2.0.3 and before it returned "0:0:0:0:0:0:0:1". Handing the former string to InetAddresses.isInetAddress(..) causes an "no an IP address" exception.