Timothy Ward created FELIX-5906:
-----------------------------------
Summary: Intstalling Manifest only bundles causes
ArrayIndexOutOfBoundsException from Felix Security
Key: FELIX-5906
URL: https://issues.apache.org/jira/browse/FELIX-5906
Project: Felix
Issue Type: Bug
Reporter: Timothy Ward
The Felix security Provider returns an empty array, rather than null when
[finding
certificates|[https://github.com/apache/felix/blob/trunk/framework.security/src/main/java/org/apache/felix/framework/security/verifier/BundleDNParser.java#L274].]
This then causes an ArrayIndexOutOfBoundsException when [this
line|https://github.com/apache/felix/blob/trunk/framework.security/src/main/java/org/apache/felix/framework/security/verifier/BundleDNParser.java#L475]
is reached
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)