Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
-
2.226
Description
Functions#checkAnyPermission doesn't have an overload for an Object first arg (rather than AccessControlled.
As explained in https://github.com/jenkinsci/jenkins/blob/a79101ce5440f2cff160dde791e923ce2548cfbe/core/src/main/java/hudson/Functions.java#L838-L842 this is a problem:
Multiple-permission checks won't work on views belonging to objects that aren't AccessControlled. Even more annoying given that all use cases for this feature at the moment would check on app / the Jenkins singleton anyway.
Attachments
Issue Links
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Daniel Beck [ danielbeck ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Remote Link | This issue links to "PR 4573 (Web Link)" [ 24733 ] |
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Summary | Functions#checkAnyPermission only works on AccessControlled | Make Functions#checkAnyPermission work on objects that aren't AccessControlled |
Released As | 2.226 | |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
Labels | lts-candidate | 2.222.2-fixed |