[
https://issues.apache.org/jira/browse/OAK-7694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcel Reutegger resolved OAK-7694.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.9.7
Applied changes to trunk: http://svn.apache.org/r1837720
> 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, 1.9.7
>
>
> 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)