Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
None
Description
Currently only HsJobsBlock checks for the access. If user who doesn't have permission to access job page is able to do it which is wrong. So we need to have below check in HsJobBlock,HsTasksBlock and HsTaskPage
if (isFilterAppListByUserEnabled && ugi != null && !aclsManager .checkAccess(ugi, JobACL.VIEW_JOB, job.getUserName(), null)) { }