[
https://issues.apache.org/jira/browse/HADOOP-10024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jing Zhao updated HADOOP-10024:
-------------------------------
Description: The JSPs in HDFS calls HttpConfig.getSchemePrefix() to
determine which scheme (http / https) to be put into the link. This can be done
by putting "///" in the JSP instead, thus picking a scheme can no longer rely
on HttpConfig.getSchemePrefix() any more. (was: The JSPs in HDFS calls
HttpConfig.getScheme() to determine which scheme (http / https) to be put into
the link. This can be done by putting "///" in the JSP instead, thus picking a
scheme can no longer rely on HttpConfig.getScheme() any more.)
Summary: Replace HttpConfig#getSchemePrefix with implicit schemes in
HDFS/YARN/MR JSP (was: Use implicit schemes in jsp)
> Replace HttpConfig#getSchemePrefix with implicit schemes in HDFS/YARN/MR JSP
> -----------------------------------------------------------------------------
>
> Key: HADOOP-10024
> URL: https://issues.apache.org/jira/browse/HADOOP-10024
> Project: Hadoop Common
> Issue Type: Improvement
> Reporter: Haohui Mai
> Assignee: Haohui Mai
> Attachments: HDFS-5302.000.patch, HDFS-5302.001.patch,
> HDFS-5302.002.patch
>
>
> The JSPs in HDFS calls HttpConfig.getSchemePrefix() to determine which scheme
> (http / https) to be put into the link. This can be done by putting "///" in
> the JSP instead, thus picking a scheme can no longer rely on
> HttpConfig.getSchemePrefix() any more.
--
This message was sent by Atlassian JIRA
(v6.1#6144)