Race condition on transaction commit when using NuxeoRequestControllerFilter
----------------------------------------------------------------------------
Key: NXP-5129
URL: https://jira.nuxeo.org/browse/NXP-5129
Project: Nuxeo Enterprise Platform
Issue Type: Bug
Affects Versions: 5.3.1
Reporter: Florent Guillaume
Assignee: Florent Guillaume
Priority: Major
Fix For: 5.3.2
In NuxeoRequestControllerFilter the transaction is committed only after
chain.doFilter() has returned, but this call may stream information to a client
that could act on it before the end of the stream and therefore before the end
of the transaction, which means that a client could send a second request
depending on the info it has received without the first request actually being
committed.
This may occur when using Chemistry for a document creation, when the full
document is refetched sometimes it's not seen.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets