Pan, Julian created KYLIN-2953:
----------------------------------
Summary: List readable project not correct
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)