You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Cristian Ivascu (JIRA)" <ji...@apache.org> on 2010/04/26 10:31:33 UTC

[jira] Updated: (HBASE-2491) master.jsp uses absolute links to table.jsp. This broke when master.jsp moved under webapps/master

     [ https://issues.apache.org/jira/browse/HBASE-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cristian Ivascu updated HBASE-2491:
-----------------------------------

    Attachment: HBASE-2491.patch

proposed fix - makes links relative
no tests - it's quite a trivial change

> master.jsp uses absolute links to table.jsp. This broke when master.jsp moved under webapps/master
> --------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-2491
>                 URL: https://issues.apache.org/jira/browse/HBASE-2491
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.21.0
>         Environment: CentOS 5.3, x64
> MacOSX 10.6.3
> HBase - 0.21 on both
>            Reporter: Cristian Ivascu
>            Priority: Minor
>         Attachments: HBASE-2491.patch
>
>
> In the latest trunks / 0.21 branch, the master's web UI sits under /webapps/master. All links to the specific tables fail to work, because the master.jsp uses absolute links for them - e.g. href="/table.jsp".
> Although the fact that the master pages shouldn't be under /webapps/master ( see HBASE-2369), these links should still be relative to the master page - href="table.jsp", considering that they are not called from anywhere else.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.