[
http://jira.magnolia-cms.com/browse/MAGNOLIA-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grégory Joseph updated MAGNOLIA-2099:
-------------------------------------
Comment: was deleted
(was: A comment with security level 'Magnolia International' was removed.)
> context: system jcr sessions are not released after a request
> -------------------------------------------------------------
>
> Key: MAGNOLIA-2099
> URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2099
> Project: Magnolia
> Issue Type: Bug
> Security Level: Public
> Affects Versions: 3.5.4
> Reporter: Philipp Bärfuss
> Assignee: Philipp Bärfuss
> Priority: Critical
> Fix For: 3.5.5, 3.6
>
> Attachments: MAGNOLIA-2099-3.5.patch
>
>
> The system repository session is nor released when the user context is
> released. I did not yet apply the following patch as it has consequences
> where ever a node reference is kept. An obvious example is the user object
> which keeps a reference to the user's node.
> Here is the needed patch:
> {code}
> Index:
> /Users/philipp/checkout/magnolia/magnolia-core/src/main/java/info/magnolia/context/SystemContextImpl.java
> ===================================================================
> ---
> /Users/philipp/checkout/magnolia/magnolia-core/src/main/java/info/magnolia/context/SystemContextImpl.java
> (revision 14777)
> +++
> /Users/philipp/checkout/magnolia/magnolia-core/src/main/java/info/magnolia/context/SystemContextImpl.java
> (working copy)
> @@ -87,6 +87,7 @@
> }
>
> public void release() {
> + super.release();
> repositoryStrategyThreadLocal.set(null);
> }
> {code}
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------