You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2008/07/31 16:32:32 UTC

[jira] Created: (HADOOP-3879) Fix HTML validation warnings in web UI

Fix HTML validation warnings in web UI
--------------------------------------

                 Key: HADOOP-3879
                 URL: https://issues.apache.org/jira/browse/HADOOP-3879
             Project: Hadoop Core
          Issue Type: Improvement
          Components: dfs, mapred
            Reporter: Tom White
            Priority: Minor


Many of the web pages in the admin webapp are invalid HTML according to the W3C validator (http://validator.w3.org/). They should be fixed so they render correctly in a wide range of browsers.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-3879) Fix HTML validation warnings in web UI

Posted by "Steve Loughran (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618780#action_12618780 ] 

Steve Loughran commented on HADOOP-3879:
----------------------------------------

+1 to JSP/JSPX pages with XHTML bodies that XPath can run things over. Then I'd like health checks that can return a 5XX error when the far end isn't happy, so that routers and other monitoring tools can look at the content. 

> Fix HTML validation warnings in web UI
> --------------------------------------
>
>                 Key: HADOOP-3879
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3879
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: dfs, mapred
>            Reporter: Tom White
>            Priority: Minor
>
> Many of the web pages in the admin webapp are invalid HTML according to the W3C validator (http://validator.w3.org/). They should be fixed so they render correctly in a wide range of browsers.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.