HDFSProxy needs additional changes to work after changes to streamFile servlet in HDFS-1109 -------------------------------------------------------------------------------------------
Key: HDFS-1317 URL: https://issues.apache.org/jira/browse/HDFS-1317 Project: Hadoop HDFS Issue Type: Bug Components: contrib/hdfsproxy Affects Versions: 0.21.0 Reporter: Rohini Palaniswamy Fix For: 0.21.0 Before HDFS-1109, streamFile had filename passed as a parameter in the request. With HDFS-1109, the filename is part of the request path similar to listPaths and data servlets. The AuthorizationFilter in HdfsProxy needs updating to pick up the path from the request path instead of looking for filename parameter. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.