browsedfs jsp should call JspHelper.getUGI rather than using createRemoteUser()
-------------------------------------------------------------------------------
Key: HDFS-1017
URL: https://issues.apache.org/jira/browse/HDFS-1017
Project: Hadoop HDFS
Issue Type: Bug
Components: security
Reporter: Jakob Homan
Assignee: Jakob Homan
Currently the JSP for browsing the file system calls getRemoteUser(), which
doesn't correctly auth the user on the web, causing failures when trying to
browse the web. It should call the utility method JspHelper.getUGI instead.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.