You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2019/03/07 13:46:00 UTC

[jira] [Created] (OAK-8117) NPE when adding ACE with restrictions and remapped namespaces

angela created OAK-8117:
---------------------------

             Summary: NPE when adding ACE with restrictions and remapped namespaces
                 Key: OAK-8117
                 URL: https://issues.apache.org/jira/browse/OAK-8117
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: core, security
            Reporter: angela
            Assignee: angela


[~stillalex], just ran into an NPE when adding an ACE including some restriction. The reason is a tiny bug in the {{ACL}} implementation that mistakenly uses the _oakName_ to retrieve the value/values from the passed restriction map. It should obviously use the key of the map, which corresponds to the _jcrName_. in other words: the bug only shows up when running tests with re-mapped namespaces.

proposed fix attached. will attach a test case illustrating the issue later on.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)