You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2012/06/16 02:01:43 UTC

[jira] [Updated] (HBASE-6219) New UI elements may request external resources

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

Andrew Purtell updated HBASE-6219:
----------------------------------

             Priority: Blocker  (was: Minor)
    Affects Version/s: 0.96.0

Thanks. Raised priority to blocker because we should not assume admin console will have access to the Internet.
                
> New UI elements may request external resources
> ----------------------------------------------
>
>                 Key: HBASE-6219
>                 URL: https://issues.apache.org/jira/browse/HBASE-6219
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Andrew Purtell
>            Priority: Blocker
>
> After HBASE-6135, the UI may, depending on browser version, attempt to pull in external resources, e.g. from MasterStatusTmpl.jamon:
> {code}
>     <!--[if lt IE 9]>
>       <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
>     <![endif]-->
> {code}
> This won't work if the UI is viewed in a restricted environment. Also, pulling external resources from Googlecode / SVN like this seems not a good practice, those can change at any given third party checkin.
> Rather, we should pull in any resources needed into our /static/ ?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira