You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nihal Jain (JIRA)" <ji...@apache.org> on 2018/06/06 20:21:00 UTC

[jira] [Created] (HBASE-20693) Log Level page may throw FNFE if no header.jsp or footer.jsp is present

Nihal Jain created HBASE-20693:
----------------------------------

             Summary: Log Level page may throw FNFE if no header.jsp or footer.jsp is present
                 Key: HBASE-20693
                 URL: https://issues.apache.org/jira/browse/HBASE-20693
             Project: HBase
          Issue Type: Bug
            Reporter: Nihal Jain
            Assignee: Nihal Jain


Log Level page design was changed to include header and footers in HBASE-20577. Not all web UIs in hbase have header/footer jsp. Also, it would be wrong to assume some new project would be having its jsp refactored into header/footer.

To mitigate, we can do the following:
 1) fall back to original log level design if 'header.jsp'/'footer.jsp' is not present
 2) Next, refactor jsp file of other projects (like rest, thrift) to have 'header.jsp' and 'footer.jsp'



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)