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

Yichen Zhou commented on KYLIN-3589:
------------------------------------

Fixed by [https://github.com/apache/kylin/pull/270.] Already merged.

> Different type is used to check presence in Collection in AclPermissionUtil
> ---------------------------------------------------------------------------
>
>                 Key: KYLIN-3589
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3589
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Yichen Zhou
>            Priority: Major
>
> Here is related code:
> {code}
>     public static List<String> transformAuthorities(Collection<? extends 
> GrantedAuthority> authorities) {
>         List<String> ret = new ArrayList<String>();
>         for (GrantedAuthority auth : authorities) {
>             if (!authorities.contains(auth.getAuthority())) {
> {code}
> auth.getAuthority() shouldn't be used to check presence in the Collection 
> since it is not of GrantedAuthority type.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to