[jboss-jira] [JBoss JIRA] (WFLY-2586) Deal with IPv6 square brackets in AddressValidator

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Wed Nov 27 09:45:05 EST 2013


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

Alessio Soldano updated WFLY-2586:
----------------------------------

    Description: 
The AddressValidator added in https://issues.jboss.org/browse/WFLY-2535 makes the server boot fail when it's started with -b=[::1] -bmanagement=[::1] -Djboss.bind.address=[::1] -bunsecure=[::1].
"::1" should actually be passed there instead of "[::1]", but the AddressValidator could for sure be more lenient...

This is causing problems in Narayana CI / testsuite.

  was:
The AddressValidator added in https://issues.jboss.org/browse/WFLY-2535 makes the server boot fail when it's started with -b=[::1] -bmanagement=[::1] -Djboss.bind.address=[::1] -bunsecure=[::1].
"::1" should actually be passed there instead of "[::1]", but the AddressValidator could for sure be more lenient...


    
> Deal with IPv6 square brackets in AddressValidator
> --------------------------------------------------
>
>                 Key: WFLY-2586
>                 URL: https://issues.jboss.org/browse/WFLY-2586
>             Project: WildFly
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Web Services
>            Reporter: Alessio Soldano
>            Assignee: Alessio Soldano
>             Fix For: 8.0.0.CR1
>
>
> The AddressValidator added in https://issues.jboss.org/browse/WFLY-2535 makes the server boot fail when it's started with -b=[::1] -bmanagement=[::1] -Djboss.bind.address=[::1] -bunsecure=[::1].
> "::1" should actually be passed there instead of "[::1]", but the AddressValidator could for sure be more lenient...
> This is causing problems in Narayana CI / testsuite.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list