[
https://issues.apache.org/jira/browse/MAPREDUCE-3111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arun C Murthy updated MAPREDUCE-3111:
-------------------------------------
Fix Version/s: (was: 0.23.1)
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: Luke Lu
> Labels: security, webapp
> Fix For: 0.24.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