Branch: refs/heads/master
Home:
https://github.com/weld/core
Commit: 2bbe90c73eea72066b4d02aeda4358dc32fb8756
https://github.com/weld/core/commit/2bbe90c73eea72066b4d02aeda4358dc32fb8756
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.