[ 
https://issues.apache.org/jira/browse/HBASE-8181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13620072#comment-13620072
 ] 

Elliott Clark commented on HBASE-8181:
--------------------------------------

{code}
<html>
<head>
<link href='//fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' 
type='text/css'>
</head>
<body>
<a href="//yahoo.com">Go to yahoo.com</a>
</body>
</html>
{code}
When viewed over http the css will come from 
http://fonts.googleapis.com/css?family=Noto+Sans When viewed over https the url 
for the css will https://fonts.googleapis.com/css?family=Noto+Sans
When viewed over http that href will be to http.  When viewed over https that 
href will go to https.
                
> WebUIs HTTPS support
> --------------------
>
>                 Key: HBASE-8181
>                 URL: https://issues.apache.org/jira/browse/HBASE-8181
>             Project: HBase
>          Issue Type: New Feature
>          Components: UI
>    Affects Versions: 0.94.5
>            Reporter: Michael Weng
>            Assignee: Elliott Clark
>            Priority: Minor
>             Fix For: 0.95.1, 0.98.0, 0.94.7
>
>         Attachments: HBASE-8181-0.94.txt, HBASE-8181-trunk.txt
>
>
> With https enabled on hadoop 1.2
>        https://issues.apache.org/jira/browse/MAPREDUCE-4661
> HBase automatically inherits the feature. However, there are some hardcoded 
> places need to be fixed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to