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 2013/11/11 17:14:18 UTC

[jira] [Resolved] (OAK-745) Hardcoded OpenSecurityProvider in RootImpl constructor

     [ https://issues.apache.org/jira/browse/OAK-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

angela resolved OAK-745.
------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.14)
                   0.11

IMHO this has been fixed by extracting the AbstractRoot and creating a dedicated SystemRoot.

> Hardcoded OpenSecurityProvider in RootImpl constructor
> ------------------------------------------------------
>
>                 Key: OAK-745
>                 URL: https://issues.apache.org/jira/browse/OAK-745
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: core
>            Reporter: Antonio Sanso
>             Fix For: 0.11
>
>
> One of the RootImpl constructors contains an hardcoded OpenSecurityProvider reference
>     public RootImpl(NodeStore store, CommitHook hook) {
>         // FIXME: define proper default or pass workspace name with the constructor
>         this(store, hook, Oak.DEFAULT_WORKSPACE_NAME, SystemSubject.INSTANCE,
>                 new OpenSecurityProvider(), new CompositeQueryIndexProvider());
>     }



--
This message was sent by Atlassian JIRA
(v6.1#6144)