Mantis - Resin
Viewing Issue Advanced Details
4825 minor always 10-26-11 18:19 07-24-12 10:21
cowan  
ferg  
high  
closed 4.0.23  
fixed  
none    
none 4.0.30  
0004825: IPV6 localhost host not bound using native server socket with address="*"
Resin only binds IPv4 localhost when address="*' and JniServerSocketImpl is used.

"http://[::1]:8080" [^] is not accessible, "http://127.0.0.1:8080/" [^] works.

Reverting to pure java mode, both work.

This parameter is reported to be necessary to lookup localhost as IPv6:

<jvm-arg>-Djava.net.preferIPv6Addresses=true</jvm-arg>

Rep by S Nobuaki

Customer requires bug fixed in Resin 3.1

Notes
(0005968)
ferg   
07-24-12 10:21   
network/0226