[
https://issues.apache.org/jira/browse/HADOOP-10499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13972969#comment-13972969
]
Hudson commented on HADOOP-10499:
---------------------------------
SUCCESS: Integrated in Hadoop-Hdfs-trunk #1735 (See
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1735/])
HADOOP-10499. Remove unused parameter from ProxyUsers.authorize(). Contributed
by Chris Nauroth. (cnauroth:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1588098)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/authorize/ProxyUsers.java
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/authorize/TestProxyUsers.java
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/JspHelper.java
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/security/TestRefreshUserMappings.java
*
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/server/TestHSAdminServer.java
> Remove unused parameter from ProxyUsers.authorize()
> ---------------------------------------------------
>
> Key: HADOOP-10499
> URL: https://issues.apache.org/jira/browse/HADOOP-10499
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: security
> Affects Versions: 2.4.0
> Reporter: Benoy Antony
> Assignee: Benoy Antony
> Priority: Minor
> Fix For: 3.0.0, 2.5.0
>
> Attachments: HADOOP-10499.2.patch, HADOOP-10499.patch,
> HADOOP-10499.patch
>
>
> The Configuration parameter is not used in the authorize() function. It can
> be removed and callers can be updated.
> Attaching the simple patch which removes the unused _conf_ parameter and
> updates the callers.
> The ProxyUsers is defined as a private audience and so there shouldn't be any
> external callers.
--
This message was sent by Atlassian JIRA
(v6.2#6252)