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

Richard Achmatowicz (JIRA) jira-events at lists.jboss.org
Tue Feb 21 11:24:36 EST 2012


Richard Achmatowicz created AS7-3851:
----------------------------------------

             Summary: 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