[
https://issues.apache.org/jira/browse/JCR-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Guggisberg updated JCR-2650:
-----------------------------------
Status: Resolved (was: Patch Available)
Resolution: Fixed
applied patch in trunk (svn r966697)
> don't silently merge session-local transient changes with external changes
> before save().
> -----------------------------------------------------------------------------------------
>
> Key: JCR-2650
> URL: https://issues.apache.org/jira/browse/JCR-2650
> Project: Jackrabbit Content Repository
> Issue Type: Improvement
> Components: jackrabbit-core
> Reporter: Stefan Guggisberg
> Fix For: 2.2.0
>
> Attachments: JCR-2650 (cleaned).patch, JCR-2650.patch
>
>
> currently, external changes (i.e. changes committed by other sessions) are
> silently merged with transient changes. this might potentially cause
> concurrency issues/inconsistent transient state (see e.g. JCR-2632).
> it would probably be better to isolate transient changes from external
> changes until they're saved (true copy-on-write).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.