[ http://issues.apache.org/jira/browse/FELIX-22?page=all ]
BJ Hargrave updated FELIX-22: ----------------------------- Attachment: patch.txt The current implementation of org.osgi.framework.AdminPermission has 2 flaws. 1) The AdminPermissionCollection class is improperly an inner class. It should be a top level, package private class (or at least a non-member inner class, e.g. static). 2) The inner class Signer is public and thus alters the public signature of the org.osgi.framework package in violation of the OSGi spec. The attached patch solves both issues. > Implement support for digitally signed bundles > ---------------------------------------------- > > Key: FELIX-22 > URL: http://issues.apache.org/jira/browse/FELIX-22 > Project: Felix > Issue Type: New Feature > Components: Specification compliance, Framework > Reporter: Richard S. Hall > Assigned To: Karl Pauls > Attachments: patch.txt > > > This issue relates to section 2 of the OSGi R4 specification. This issue is > somewhat difficult in general, but even more difficult if we hope to create a > solution that works easily on J2ME and constrained devices. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira