[jboss-remoting-issues] [JBoss JIRA] Commented: (JBREM-1164) Remoting shouldn't require IPv6 addresses to be surrounded by brackets

Ron Sigal (JIRA) jira-events at lists.jboss.org
Sat Oct 17 23:22:05 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBREM-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12490251#action_12490251 ] 

Ron Sigal commented on JBREM-1164:
----------------------------------

In principle, I think the rules should be:

1. an IPv6 address MUST NOT contains brackets
2. a URL with an IPv6 MUST contain brackets.

That would make 

  run.sh -b [::127.0.0.1]

illegal.  However, it might make sense, for backwards compatibility, to loosen the rules to allow [::127.0.0.1]  In that case, org.jboss.remoting.transport.Connector should check for the presence of brackets in address strings.

> Remoting shouldn't require IPv6 addresses to be surrounded by brackets
> ----------------------------------------------------------------------
>
>                 Key: JBREM-1164
>                 URL: https://jira.jboss.org/jira/browse/JBREM-1164
>             Project: JBoss Remoting
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 2.5.2 (Flounder)
>            Reporter: Ron Sigal
>            Assignee: Ron Sigal
>             Fix For: 2.5.2.SP1 (Flounder)
>
>
> Although IPv6 addresses are surrounded by brackets in URLs, the addresses themselves don't have brackets.  Thus, it should be possible to start the Application Server with
>    run.sh -b ::1
> instead of requiring
>    run.sh -b [::1]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-remoting-issues mailing list