You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Knut Anders Hatlen (JIRA)" <ji...@apache.org> on 2014/08/27 13:36:57 UTC

[jira] [Created] (DERBY-6717) Policies with multiple SystemPermissions are not handled well

Knut Anders Hatlen created DERBY-6717:
-----------------------------------------

             Summary: Policies with multiple SystemPermissions are not handled well
                 Key: DERBY-6717
                 URL: https://issues.apache.org/jira/browse/DERBY-6717
             Project: Derby
          Issue Type: Bug
          Components: Services
    Affects Versions: 10.11.1.1
            Reporter: Knut Anders Hatlen


Rick noted in DERBY-6648 that if you wanted to grant both SystemPermission("engine", "monitor") and SystemPermission("engine", "usederbyinternals") to a code base, the following would work:

permission org.apache.derby.security.SystemPermission "engine", "monitor,usederbyinternals";

However, the following does not work:

permission org.apache.derby.security.SystemPermission "engine", "usederbyinternals";
permission org.apache.derby.security.SystemPermission "engine", "monitor";



--
This message was sent by Atlassian JIRA
(v6.2#6252)