Permissions.createPermission(String name, String action, Class target) Fails 
for action == null
-----------------------------------------------------------------------------------------------

                 Key: FELIX-3351
                 URL: https://issues.apache.org/jira/browse/FELIX-3351
             Project: Felix
          Issue Type: Bug
          Components: Framework Security
    Affects Versions: framework.security-1.4.1
            Reporter: Bob Ziuchkovski
            Priority: Minor


java.security.Permission has a single constructor, Permission(String name).  
While many subclasses add another constructor with sig (String name, String 
actions), this is not a requirement for Permission subclasses and custom 
permissions without the actions arg are not properly handled by 
createPermission().

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to