[jboss-jira] [JBoss JIRA] (WFLY-3690) Not possible to start XTS transaction on IPv6 with server bound to ::1
RH Bugzilla Integration (JIRA)
issues at jboss.org
Tue Nov 25 11:54:39 EST 2014
[ https://issues.jboss.org/browse/WFLY-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022861#comment-13022861 ]
RH Bugzilla Integration commented on WFLY-3690:
-----------------------------------------------
Kabir Khan <kkhan at redhat.com> changed the Status of [bug 1077156|https://bugzilla.redhat.com/show_bug.cgi?id=1077156] from MODIFIED to ON_QA
> Not possible to start XTS transaction on IPv6 with server bound to ::1
> ----------------------------------------------------------------------
>
> Key: WFLY-3690
> URL: https://issues.jboss.org/browse/WFLY-3690
> Project: WildFly
> Issue Type: Bug
> Components: Transactions, XTS
> Reporter: Stefano Maestri
> Assignee: Amos Feng
>
> Currently we have the following configuration element: <xts-environment url="http://${jboss.bind.address:127.0.0.1}:8080/ws-c11/ActivationService"/>
> If bind address is set to ::1, then xts environment URL becomes http://::1:8080/ws-c11/ActivationService. This is incorrect, because IPv6 address with port number in it suppose to have brackets.
> we could need to split url in 4 different attribute:
> * protocol
> * host
> * port
> * path
> but there isn't a easy way to do the transformer by adding these new attributes. So it's just another solution to split the url and check the address if startsWith ::1, then it needs to add the brackets and join them again.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
More information about the jboss-jira
mailing list