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
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.