]
Ondrej Zizka updated AS7-1624:
------------------------------
Assignee: Brian Stansberry (was: Heiko Braun)
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: Domain Management
Affects Versions: 7.0.1.Final
Reporter: Ondrej Zizka
Assignee: Brian Stansberry
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 for some reason it uses IPv6, so it does:
{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: