-
Bug
-
Resolution: Fixed
-
P2
-
14
-
b27
-
Verified
+ * @throws IllegalArgumentException if {@code principals} is empty,
+ * or does not contain a pair of principals, or is improperly quoted
However this is not followed by OpenJDK14 implementation as
new DelegationPermission("\"ab\" \"cd")
is still possible to instantiate without IAE thrown
The same happens for
""ab"" "cd"
"ab" "cd"""
- relates to
-
JDK-8232155 DelegationPermission constructors have imprecise spec
-
- Closed
-