You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2013/12/21 02:48:08 UTC

[jira] [Updated] (HBASE-10219) HTTPS support for HBase in RegionServerListTmpl.jamon

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

Ted Yu updated HBASE-10219:
---------------------------

    Description: 
HBASE-9954 added https support but missed the following occurrence in RegionServerListTmpl.jamon:
{code}
        String url = "http://" + serverName.getHostname() + ":" + infoPort + "/";
{code}
Thanks to Benoy Antony who discovered this issue.

  was:
HBASE-9954 added https support but missed the following occurrence in RegionServerListTmpl.jamon:
{code}
        String url = "http://" + serverName.getHostname() + ":" + infoPort + "/";
{code}


> HTTPS support for HBase in RegionServerListTmpl.jamon
> -----------------------------------------------------
>
>                 Key: HBASE-10219
>                 URL: https://issues.apache.org/jira/browse/HBASE-10219
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>
> HBASE-9954 added https support but missed the following occurrence in RegionServerListTmpl.jamon:
> {code}
>         String url = "http://" + serverName.getHostname() + ":" + infoPort + "/";
> {code}
> Thanks to Benoy Antony who discovered this issue.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)