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

Bartosz Baranowski (JIRA) jira-events at lists.jboss.org
Wed Apr 25 08:56:18 EDT 2012


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

Bartosz Baranowski commented on AS7-3851:
-----------------------------------------

Bit confusing cause I get this:


13:24:30,581 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-7) Starting Coyote HTTP/1.1 on http--0_0_0_0_0_0_0_1-1-8080


                
> 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
>             Fix For: 7.1.1.Final
>
>
> 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