-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 1.4.0
-
Component/s: security-libs
-
None
-
beta2
-
generic
-
generic
The default implementation of java.security.Policy.implies() and getPermissions() will throw a null pointer exception if a legacy provider is installed on the bootclasspath. This is due to the attempt to syncrhonize access to the pdMapping member.