You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Yash Sharma (JIRA)" <ji...@apache.org> on 2015/06/11 08:54:00 UTC

[jira] [Created] (LENS-601) Lens server Web UI - Incorrect links on landing page

Yash Sharma created LENS-601:
--------------------------------

             Summary: Lens server Web UI - Incorrect links on landing page
                 Key: LENS-601
                 URL: https://issues.apache.org/jira/browse/LENS-601
             Project: Apache Lens
          Issue Type: Bug
            Reporter: Yash Sharma
            Priority: Minor


On hitting http://localhost:9999/ the response links are relative wrt. /admin.

The received response is-
{quote}<ul>
    <li><a href="/metrics?pretty=true">Metrics</a></li>
    <li><a href="/ping">Ping</a></li>
    <li><a href="/threads">Threads</a></li>
    <li><a href="/healthcheck">Healthcheck</a></li>
  </ul>
{quote}
Therefore none of the links in response work.

The landing page for {{localhost:9999}} can be redirected to {{localhost:9999/admin}} such that the links can appropriately point to /admin/threads, /admin/ping etc



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)