You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Jakob Homan (JIRA)" <ji...@apache.org> on 2010/03/03 06:01:27 UTC

[jira] Created: (HDFS-1017) browsedfs jsp should call JspHelper.getUGI rather than using createRemoteUser()

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.