[jboss-jira] [JBoss JIRA] (AS7-3851) make Coyote display its IPv6 bind address in a human readable format
Remy Maucherat (JIRA)
jira-events at lists.jboss.org
Fri Mar 9 09:36:37 EST 2012
[ https://issues.jboss.org/browse/AS7-3851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Remy Maucherat resolved AS7-3851.
---------------------------------
Fix Version/s: 7.1.1.Final
Resolution: Partially Completed
It is now more pretty and can be read, but doesn't look like a real IPv6.
> 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