You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2007/03/28 20:54:25 UTC

DO NOT REPLY [Bug 41973] - IPv6 APR Connectors assumes IPv4-mapped IPv6 address support

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41973>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41973





------- Additional Comments From mturk@apache.org  2007-03-28 11:54 -------
I agree with you, and yes windows has the same behavior as BSD
probably because Microsoft stole the entire networking from BSD ;)

Anyhow, in case the address is null it make sense to force the
IPV4 on those platforms (by default APR for windows comes without
IPV6 support, so you need to manually enable that during the build time).

On Windows and BSD one can simulate the same behavior like on Linux
or Solaris by using two connectors with the same port
IPV4 with address="0.0.0.0"
IPV6 with address="::"
(Something JDK is doing)

Anyhow, the problem is not with Tomcat native, but rather the APR
should probably support that transparently.
(It's on my TODO list for APR 2)


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org