Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4825 | minor | always | 10-26-11 18:19 | 07-24-12 10:21 | |
|
|||||
Reporter: | cowan | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | high | OS Version: | |||
Status: | closed | Product Version: | 4.0.23 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.30 | ||
|
|||||
Summary: | 0004825: IPV6 localhost host not bound using native server socket with address="*" | ||||
Description: |
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> |
||||
Steps To Reproduce: | |||||
Additional Information: |
Rep by S Nobuaki Customer requires bug fixed in Resin 3.1 |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|