[jbossws-issues] [JBoss JIRA] Commented: (JBWS-3139) Ensure IPv6 compatibility

Richard Opalka (JIRA) jira-events at lists.jboss.org
Mon Dec 13 08:03:52 EST 2010


    [ https://issues.jboss.org/browse/JBWS-3139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569580#comment-12569580 ] 

Richard Opalka commented on JBWS-3139:
--------------------------------------

Server have been run with the following JVM options:
-Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Stack=true -Djboss.bind.address=::1
At runtime the specified IP value is surrounded with '[' & ']' according to RFC2732 spec.
---
JBossWS tests have been run with the following JVM options:
-Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Stack=true -Djboss.bind.address=[::1]
All JBossWS tests are using jboss.bind.address for URL construction.
Thus to avoid maven & ant hacks (to implement surrounding according to RFC2732 spec.) we're providing the value already with the brackets there.
---
Tests have been executed with the following /etc/hosts values:
$>cat /etc/hosts
127.0.0.1	localhost.localdomain	localhost	localhost4
::1	nucleus	localhost6.localdomain6	localhost6
---


> Ensure IPv6 compatibility
> -------------------------
>
>                 Key: JBWS-3139
>                 URL: https://issues.jboss.org/browse/JBWS-3139
>             Project: JBoss Web Services
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-cxf, jbossws-native
>            Reporter: Alessio Soldano
>            Assignee: Richard Opalka
>             Fix For: jbossws-cxf-3.4.1, jbossws-native-3.4.1
>
>


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list