netty5/common/src
Trustin Lee 31862cca18 Fix a bug in NetUtil.createByteArrayFromIpAddressString()
Motivation:

An IPv6 string can have a zone index which is followed by the '%' sign.
When a user passes an IPv6 string with a zone index,
NetUtil.createByteArrayFromIpAddressString() returns an incorrect value.

Modification:

- Strip the zone index before conversion

Result:

An IPv6 string with a zone index is decoded correctly.
2014-10-14 17:50:31 +09:00
..
main/java/io/netty/util Fix a bug in NetUtil.createByteArrayFromIpAddressString() 2014-10-14 17:50:31 +09:00
test/java/io/netty/util Don't ignore maxCapacity if it's not a power of 2 2014-08-31 09:11:01 +02:00