You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Vinod Kumar Vavilapalli (Assigned) (JIRA)" <ji...@apache.org> on 2011/10/05 16:11:34 UTC

[jira] [Assigned] (MAPREDUCE-3111) Fix log serving in NodeManager

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

Vinod Kumar Vavilapalli reassigned MAPREDUCE-3111:
--------------------------------------------------

    Assignee: Luke Lu

Luke, I am assigning this to you as you hinted in the description. Please let me know otherwise. Thanks.
                
> Fix log serving in NodeManager
> ------------------------------
>
>                 Key: MAPREDUCE-3111
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3111
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: security
>    Affects Versions: 0.23.0
>            Reporter: Luke Lu
>            Assignee: Luke Lu
>              Labels: security, webapp
>             Fix For: 0.23.0
>
>
> Just noticed that the current log serving is using the raw writer (instead of Hamlet) to serve logs without escaping html.
> It's actually easier/cleaner to use Hamlet to serve logs:
> {code}
> pre._(buffer);
> {code}
> which takes care of content escaping automatically.
> I will make raw writer access package private for framework use only.

--
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