[ 
https://issues.apache.org/jira/browse/HBASE-15627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15235940#comment-15235940
 ] 

Hudson commented on HBASE-15627:
--------------------------------

FAILURE: Integrated in HBase-Trunk_matrix #839 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/839/])
HBASE-15627 Miss space and closing quote in (matteo.bertozzi: rev 
8964573394bcf2026bb5514c08918bd272784ed0)
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java


>  Miss space and closing quote in AccessController#checkSystemOrSuperUser
> ------------------------------------------------------------------------
>
>                 Key: HBASE-15627
>                 URL: https://issues.apache.org/jira/browse/HBASE-15627
>             Project: HBase
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: huaxiang sun
>            Assignee: huaxiang sun
>            Priority: Minor
>             Fix For: 2.0.0, 1.3.0, 0.98.19, 1.1.5, 1.2.2
>
>         Attachments: HBASE-15627-v001.patch
>
>
>  Miss space and closing quote in AccessController#checkSystemOrSuperUser
> {code}
>   private void checkSystemOrSuperUser() throws IOException {
>     // No need to check if we're not going to throw
>     if (!authorizationEnabled) {
>       return;
>     }
>     User activeUser = getActiveUser();
>     if (!Superusers.isSuperUser(activeUser)) {
>     //***, miss closing ' and space in the AccessDeniedException string
>       throw new AccessDeniedException("User '" + (activeUser != null ?
>         activeUser.getShortName() : "null") + "is not system or super user.");
>     }
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to