netty5/common
Trustin Lee 656d7ca054 Improve localhost / local interface detection mechanism in NetUtil
- Do not attempt to validate localhost by binding a socket because it can fail when SecurityManager is in use
- Find loopback interface first and get address from there instead of getting loopback address from InetAddress.getLocalHost() (because it's more reliable)
- Instead of throwing an Error, just log and fall back to 127.0.0.1 while determining localhost address
2013-04-24 11:28:42 +09:00
..
src Improve localhost / local interface detection mechanism in NetUtil 2013-04-24 11:28:42 +09:00
pom.xml Fix failures in testsuite-osgi-deps 2013-04-19 05:57:53 +09:00