You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2010/03/05 02:29:27 UTC

[jira] Resolved: (IO-207) Race condition in forceMkdir

     [ https://issues.apache.org/jira/browse/IO-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved IO-207.
---------------------

    Resolution: Fixed

Thanks for the patch, applied in:

URL: http://svn.apache.org/viewvc?rev=919263&view=rev
Log:
IO-207 Race condition in forceMkdir

Modified:
   commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java


> Race condition in forceMkdir
> ----------------------------
>
>                 Key: IO-207
>                 URL: https://issues.apache.org/jira/browse/IO-207
>             Project: Commons IO
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 1.4
>         Environment: Windows
>            Reporter: Luke Quinane
>            Priority: Minor
>         Attachments: forceMkdir.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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.