[jboss-jira] [JBoss JIRA] Created: (AS7-1624) 302 redirect from :8080/console uses IPv6
Ondrej Zizka (JIRA)
jira-events at lists.jboss.org
Mon Aug 22 15:56:17 EDT 2011
302 redirect from :8080/console uses IPv6
------------------------------------------
Key: AS7-1624
URL: https://issues.jboss.org/browse/AS7-1624
Project: Application Server 7
Issue Type: Bug
Components: Console
Affects Versions: 7.0.1.Final
Reporter: Ondrej Zizka
Assignee: Heiko Braun
The link at welcome page is
{code}
<a href="/console">Administration Console</a>
{code}
which leads (in default config) to `<host>:8080/console`.
It is handled by a HTTP 302 redirect, but this for some reason uses IPv6, so it does this:
{code}
Resolving kyri.pohlidame.cz... 83.167.252.15
Connecting to kyri.pohlidame.cz|83.167.252.15|:8080... connected.
HTTP request sent... 302 Moved Temporarily
Redirected to: http://0:0:0:0:0:0:0:0:9990/console [following]
http://0:0:0:0:0:0:0:0:9990/console: Wrong port number.
{code}
There's no proxy or such.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list