[
https://issues.apache.org/jira/browse/KYLIN-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16269958#comment-16269958
]
Shaofeng SHI commented on KYLIN-2953:
-------------------------------------
Hi Julian, it makes sense, would you like to contribute a patch?
> List readable project not correct if add limit and offset
> ---------------------------------------------------------
>
> Key: KYLIN-2953
> URL: https://issues.apache.org/jira/browse/KYLIN-2953
> Project: Kylin
> Issue Type: Bug
> Components: REST Service
> Affects Versions: v2.1.0
> Reporter: Pan, Julian
> Assignee: Pan, Julian
>
> There is one line getReadableProjects in ProjectController:
> List<ProjectInstance> projectInstances =
> projectService.listAllProjects(limit, offset);
> That means just the part of projects, then validate the ACL.
> If user's project beyond the limit, then he will never get the projects if he
> put limit and offset.
> It should be similar with cube list, get all the projects then validate the
> ACL, at last get the sub list by limit and offset.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)