Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-1624

Incorrect 302 redirect from :8080/console

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • 7.0.2.Final
    • 7.0.1.Final
    • Domain Management
    • None

    Description

      The link at welcome page is

      <a href="/console">Administration Console</a>
      

      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:

      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.
      

      There's no proxy or such.

      To be able to reach it remotely, I did this (only one) config change:

          <interfaces>
              <interface name="management">
                  <any-address/>
              </interface>
              <interface name="public">
                  <any-address/>
              </interface>
          </interfaces>
      

      Attachments

        Issue Links

          Activity

            People

              darran.lofthouse@redhat.com Darran Lofthouse
              ozizka_jira Ondrej Zizka (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: