Race condition in forceMkdir
----------------------------
Key: IO-207
URL: https://issues.apache.org/jira/browse/IO-207
Project: Commons IO
Issue Type: Bug
Affects Versions: 1.4
Environment: Windows
Reporter: Luke Quinane
Priority: Minor
Fix For: 1.4
Attachments: forceMkdir.patch
If two processes or threads call forceMkdir() with the same directory there is
a chance that one will throw an IOException even though a directory was
correctly created (by the other process or thread).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.