[jboss-jira] [JBoss JIRA] (AS7-3851) make Coyote display its IPv6 bind address in a human readable format

Pavel Janousek (JIRA) jira-events at lists.jboss.org
Wed Feb 22 02:26:37 EST 2012


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

Pavel Janousek commented on AS7-3851:
-------------------------------------

Due to [RFC-5952|http://tools.ietf.org/html/rfc5952] I think the correct format is:{code}Starting Coyote HTTP/1.1 on http--/::1%1:8080 {code}
                
> make Coyote display its IPv6 bind address in a human readable format
> --------------------------------------------------------------------
>
>                 Key: AS7-3851
>                 URL: https://issues.jboss.org/browse/AS7-3851
>             Project: Application Server 7
>          Issue Type: Enhancement
>          Components: Web
>    Affects Versions: 7.1.0.Final
>            Reporter: Richard Achmatowicz
>            Assignee: Remy Maucherat
>            Priority: Minor
>
> This has been driving me crazy for years. Starting up AS with an IPv6 address, the IP address is URIEncoded into a format not easily readable:
> {noformat}
> Starting Coyote HTTP/1.1 on http--0%3A0%3A0%3A0%3A0%3A0%3A0%3A1%251-8080
> {noformat}
> It should probably appear like this:
> {noformat}
> Starting Coyote HTTP/1.1 on http--/0:0:0:0:0:0:0:1%1:8080 
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list