You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Mit Desai (JIRA)" <ji...@apache.org> on 2014/04/21 17:50:21 UTC

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

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

Mit Desai resolved MAPREDUCE-3111.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.24.0)

> 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: Omkar Vinit Joshi
>              Labels: security, webapp
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)