You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2018/03/16 08:27:00 UTC

[jira] [Created] (SLING-7542) Avoid shared session/resource resolver usage

Carsten Ziegeler created SLING-7542:
---------------------------------------

             Summary: Avoid shared session/resource resolver usage
                 Key: SLING-7542
                 URL: https://issues.apache.org/jira/browse/SLING-7542
             Project: Sling
          Issue Type: Bug
          Components: i18n
    Affects Versions: i18n 2.5.12
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: i18n 2.5.14


The i18n code is currently using a shared session, while all operations seem to be just reading, the session is refreshed from time to time and a refresh is actually considered a write operation.

 Therefore we need to change the code to not share a session/resource resolver



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