[
https://issues.apache.org/jira/browse/KYLIN-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pan, Julian updated KYLIN-2953:
-------------------------------
Summary: List readable project not correct if add limit and offset (was:
List readable project not correct)
> 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)