Branch: refs/heads/2.4
Home:
https://github.com/weld/core
Commit: 1379ff8ba5c012d88133dd7396f7f660f9626a47
https://github.com/weld/core/commit/1379ff8ba5c012d88133dd7396f7f660f9626a47
Author: Andrew Rouse <anrouse(a)uk.ibm.com>
Date: 2018-02-16 (Fri, 16 Feb 2018)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/ProtectionDomainCache.java
Log Message:
-----------
WELD-2464: Prevent NPE in ProtectionDomainCache
Prevent NullPointerException in ProtectionDomainCache if
ProtectionDomain.getPermissions() returns null.