Summary
qwiki doesn't check for race conditions
Metadata
- Id: 951e6c551998f760afc2e18651b7bee62294cf29
- Trac id: 671
- Type: defect
- Reporter: sjamaan
- Owner: sjamaan
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.7.x
- Changetime: 2011-09-10 21:35:16 UTC
- Created: 2011-08-23 13:40:40 UTC
- Keywords: qwiki, race condition
Description
When two people load the same page, then someone saves a page, and the other person saves the same page afterwards, the first person's changes are dropped. This should be avoided.
Changes and comments
[2011-09-10 21:35:16 UTC] sjamaan changed status from new to closed
[2011-09-10 21:35:16 UTC] sjamaan set resolution to fixed
[2011-09-10 21:35:16 UTC] sjamaan wrote:
Fixed in r25029; will probably be released shortly as 1.3, after it's been properly tested and depending on how the current thread about wiki markup in chicken-users will be resolved.