[
https://issues.apache.org/jira/browse/HBASE-6219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell closed HBASE-6219.
--------------------------------------
> New UI elements may request external resources
> ----------------------------------------------
>
> Key: HBASE-6219
> URL: https://issues.apache.org/jira/browse/HBASE-6219
> Project: HBase
> Issue Type: Bug
> Components: master, regionserver
> Affects Versions: 0.95.2
> Reporter: Andrew Kyle Purtell
> Assignee: Elliott Neil Clark
> Priority: Blocker
> Attachments: HBASE-6219-0.patch
>
>
> 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 was sent by Atlassian Jira
(v8.20.7#820007)