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 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.