[ https://issues.apache.org/jira/browse/HADOOP-6715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897211#action_12897211 ]
Ravi Gummadi commented on HADOOP-6715: -------------------------------------- Hudson didn't come back for 1 day. I manually ran unit tests and test-patch. All unit tests passed. test-patch gave: [exec] -1 overall. [exec] [exec] +1 @author. The patch does not contain any @author tags. [exec] [exec] +1 tests included. The patch appears to include 3 new or modified tests. [exec] [exec] -1 javadoc. The javadoc tool appears to have generated 1 warning messages. [exec] [exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings. [exec] [exec] +1 findbugs. The patch does not introduce any new Findbugs warnings. [exec] [exec] +1 release audit. The applied patch does not increase the total number of release audit warnings. I verified that the existing javadoc warnings are not related to this patch. > AccessControlList.toString() returns empty string when we set acl to "*" > ------------------------------------------------------------------------ > > Key: HADOOP-6715 > URL: https://issues.apache.org/jira/browse/HADOOP-6715 > Project: Hadoop Common > Issue Type: Bug > Components: security, util > Reporter: Ravi Gummadi > Assignee: Ravi Gummadi > Attachments: 6715.20S.6.patch, 6715.patch, 6715.v1.patch > > > AccessControlList.toString() returns empty string when we set the acl to "\*" > and also when we set it to empty(i.e. " "). This is causing wrong values for > ACLs shown on jobdetails.jsp and jobdetailshistory.jsp web pages when acls > are set to "\*". > I think AccessControlList.toString() needs to be changed to return "\*" when > we set the acl to "\*". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.