When there are a large number of pages on as site that use the Writeup input filter, they can end up with the wrong content.
This is caused by multiple threads sharing the same temporary file.
The fix is to create a random file name, and to make sure it is deleted.

Comments

andrewfn created an issue.

  • andrewfn committed 5ad8329 on 7.x-1.x
    Issue #2845399 by andrewfn: [use random file name for temp file].