That is a good idea.   It would also be good to clean those pages up to use css 
instead of all of the inline styling.  Then we can make them render better on 
mobile devices, etc.

Question:  is there already any subcommittee or special interest group in the 
Hadoop community on improving the default jsp UI? 

-----Original Message-----
From: Steve Loughran (Commented) (JIRA) [mailto:j...@apache.org] 
Sent: Tuesday, November 22, 2011 3:47 AM
To: common-issues@hadoop.apache.org
Subject: [jira] [Commented] (HADOOP-7827) jsp pages missing DOCTYPE


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

Steve Loughran commented on HADOOP-7827:
----------------------------------------

If someone is going through every JSP page, I'd recommend disabling caching too 
by patching <HEAD> {code}
  <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  <META HTTP-EQUIV="Expires" CONTENT="-1"> {code}
                
> jsp pages missing DOCTYPE
> -------------------------
>
>                 Key: HADOOP-7827
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7827
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 0.20.203.0
>            Reporter: Dave Vronay
>            Priority: Trivial
>         Attachments: HADOOP-7827-branch-0.20-security.patch, 
> HADOOP-7827.patch
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> The various jsp pages in the UI are all missing a DOCTYPE declaration.  This 
> causes the pages to render incorrectly on some browsers, such as IE9.  Every 
> UI page should have a valid tag, such as <!DOCTYPE HTML>, as their first 
> line.  There are 31 files that need to be changed, all in the 
> core\src\webapps tree.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



Reply via email to