-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.4.0
-
None
-
generic
-
generic
The JAAS-merged sun.security.provider.PolicyFile incorrectly implements matching against grants with ANDs of principals. It appears to implement "match against the last principal" instead of "match against all the principals".
Execute the attached test program with the attached policy file. It should print false, false, true, but instead prints true, false, true.
Execute the attached test program with the attached policy file. It should print false, false, true, but instead prints true, false, true.
- duplicates
-
JDK-4337761 add principal "alias" grant syntax to policy file
-
- Resolved
-