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 "Jitendra Nath Pandey (JIRA)" <ji...@apache.org> on 2010/08/07 01:57:16 UTC

[jira] Created: (HDFS-1334) open in HftpFileSystem does not add delegation tokens to the url.

open in HftpFileSystem does not add delegation tokens to the url.
-----------------------------------------------------------------

                 Key: HDFS-1334
                 URL: https://issues.apache.org/jira/browse/HDFS-1334
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Jitendra Nath Pandey
            Assignee: Jitendra Nath Pandey


open method in HftpFileSystem uses ByteRangeInputStream for url connection. But it does not add the delegation tokens, even if security is enabled, to the url before passing it to the ByteRangeInputStream. Therefore request fails if security is enabled.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.