You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Sumit Gupta (JIRA)" <ji...@apache.org> on 2015/11/17 18:04:11 UTC

[jira] [Created] (KNOX-627) HBase Master UI through Knox is missing JS and CSS resources

Sumit Gupta created KNOX-627:
--------------------------------

             Summary: HBase Master UI through Knox is missing JS and CSS resources
                 Key: KNOX-627
                 URL: https://issues.apache.org/jira/browse/KNOX-627
             Project: Apache Knox
          Issue Type: Bug
          Components: Server
    Affects Versions: 0.7.0
            Reporter: Sumit Gupta
             Fix For: 0.7.0


When proxying the UI for HBASE master using the HBASEUI service, the UI renders incorrectly as the CSS and JS resources are not found when requests are made through Knox.

For example, a 404 Not found is returned with 'Problem accessing /static/js/jquery.min.js'

Example topology config for the service 

{code}
<service>
    <role>HBASEUI</role>
    <url>http://localhost:16010</url>
</service>

{code}



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