[
https://issues.apache.org/jira/browse/YARN-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14534203#comment-14534203
]
Hudson commented on YARN-3589:
------------------------------
FAILURE: Integrated in Hadoop-trunk-Commit #7772 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/7772/])
YARN-3589. RM and AH web UI display DOCTYPE wrongly. Contbituted by Rohith.
(ozawa: rev f26700f2878f4374c68e97ee00205eda5a6d022c)
* hadoop-yarn-project/CHANGES.txt
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/view/HtmlPage.java
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/view/TextView.java
> RM and AH web UI display DOCTYPE wrongly
> ----------------------------------------
>
> Key: YARN-3589
> URL: https://issues.apache.org/jira/browse/YARN-3589
> Project: Hadoop YARN
> Issue Type: Bug
> Components: webapp
> Affects Versions: 2.8.0
> Reporter: Rohith
> Assignee: Rohith
> Labels: BB2015-05-RFC
> Fix For: 2.8.0
>
> Attachments: 0001-YARN-3589.patch, YARN-3589.PNG
>
>
> RM web app UI display {{<!DOCTYPE html PUBLIC "-\/\/W3C\/\/DTD HTML
> 4.01\/\/EN" "http:\/\/www.w3.org\/TR\/html4\/strict.dtd">}} which is not
> necessary.
> This is because, content of html page is escaped which result browser cant
> not parse it. Any content which is escaped should be with the HTML block ,
> but doc type is above html which browser can't parse it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)