formkiq-core icon indicating copy to clipboard operation
formkiq-core copied to clipboard

DocumentUpdate possible race condition

Open mfriesen opened this issue 1 year ago • 0 comments

The DocumentUpdate update all document fields when it only needs to update Content-Type, Content-Length, and Checksum. If another process updates document data before the DocumentUpdate runs it could be overwritten.

mfriesen avatar Oct 16 '22 17:10 mfriesen