[jboss-jira] [JBoss JIRA] Updated: (JBAS-9133) SocketBinding multicast-address validation fails, since model stores result of InetAddress.toString()

Paul Ferraro (JIRA) jira-events at lists.jboss.org
Thu Mar 24 11:47:45 EDT 2011


     [ https://issues.jboss.org/browse/JBAS-9133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Ferraro updated JBAS-9133:
-------------------------------

    Git Pull Request: https://github.com/jbossas/jboss-as/pull/12


> SocketBinding multicast-address validation fails, since model stores result of InetAddress.toString()
> -----------------------------------------------------------------------------------------------------
>
>                 Key: JBAS-9133
>                 URL: https://issues.jboss.org/browse/JBAS-9133
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Domain Management
>    Affects Versions: 7.0.0.Beta1
>            Reporter: Paul Ferraro
>            Assignee: Paul Ferraro
>            Priority: Critical
>             Fix For: 7.0.0.Beta2
>
>
> Instead of storing the result of InetAddress.toString(), the model should store either the original string value, or InetAddress.getHostAddress(), since the validator will attempt to parse this value using InetAddress.getByName(...).

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


More information about the jboss-jira mailing list