[
https://issues.jboss.org/browse/AS7-3851?page=com.atlassian.jira.plugin.s...
]
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