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 "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2018/08/08 16:22:00 UTC

[jira] [Commented] (OAK-7694) Oak.OakDefaultComponents.INSTANCE is mutable

    [ https://issues.apache.org/jira/browse/OAK-7694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16573444#comment-16573444 ] 

Marcel Reutegger commented on OAK-7694:
---------------------------------------

Proposed fix: https://github.com/apache/jackrabbit-oak/compare/trunk...mreutegg:OAK-7694

[~stillalex], WDYT?

> Oak.OakDefaultComponents.INSTANCE is mutable
> --------------------------------------------
>
>                 Key: OAK-7694
>                 URL: https://issues.apache.org/jira/browse/OAK-7694
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.8.0
>            Reporter: Marcel Reutegger
>            Assignee: Marcel Reutegger
>            Priority: Minor
>             Fix For: 1.10
>
>
> The {{OakDefaultComponents}} inside the {{Oak}} builder class was introduced with OAK-6826 and provides a set of default components. Those components can be overridden by calling the various {{Oak.with()}} methods.
> There is a problematic {{OakDefaultComponents}} singleton {{INSTANCE}} used by {{Jcr}}. The singleton is mutable and may leak modifications from one {{Jcr}} instantiation to another one. More specifically, the {{SecurityProvider}} has a couple of configurations that extend {{ConfigurationBase}} with multiple setters.



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