-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b20
-
x86
-
solaris
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2152969 | OpenJDK6 | Weijun Wang | P3 | Resolved | Fixed | b01 |
Specification for java.security.AccessController.checkPermission(Permission perm) method reads:
"This method quietly returns if the access request is permitted, or throws a suitable AccessControlException otherwise."
Term "suitable AccessControlException" should be clarified. Should a Permission instance returned by AccessControlException.getPermission() be the same as permission instance passed as a parameter to checkPermission() method or they should be equivalent as compared by equals() method. In latter case it's up to implementor of Permission.equals() method what permission instance should be associated with thrown AccessControlException.
"This method quietly returns if the access request is permitted, or throws a suitable AccessControlException otherwise."
Term "suitable AccessControlException" should be clarified. Should a Permission instance returned by AccessControlException.getPermission() be the same as permission instance passed as a parameter to checkPermission() method or they should be equivalent as compared by equals() method. In latter case it's up to implementor of Permission.equals() method what permission instance should be associated with thrown AccessControlException.
- backported by
-
JDK-2152969 method AccessController.checkPermission(Permission perm) should be clarified
-
- Resolved
-