[jboss-dev-forums] [Other JBoss Development Design] - JBAS-6390, JBNAME-25, IPv6 support

scott.stark@jboss.org do-not-reply at jboss.com
Wed Jan 21 01:32:26 EST 2009


I have spent some time on the ipv6 address issue affecting the jndi implementation. A few changes are needed:

1. Change the Naming cache to use InetSocketAddress as the key rather than the host + ":" port string.
2. Add an alternate host + "@" port url syntax so that one can specify an ipv6 address and a port.
3. If there are multiple ':' in a provider url, we have to assume its an IPv6 address with no port. The only way a port can be specified with an IPv6 address is by using the '@' separator as in:
::ffff:127.0.0.1 at 1099

I have these changes in the naming project trunk with a simple IPv6UnitTest. What is the time frame this needs to be done for the 4.2.x branch?


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203491#4203491

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203491



More information about the jboss-dev-forums mailing list