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/06 02:57:27 UTC

[jira] Updated: (IO-187) FileSystemUtils.freeSpaceKb doesn't work with relative paths on Linux

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

Sebb updated IO-187:
--------------------

    Summary: FileSystemUtils.freeSpaceKb doesn't work with relative paths on Linux  (was: FileSystemUtils.freeSpaceKb doesn't work with relative paths)

> FileSystemUtils.freeSpaceKb doesn't work with relative paths on Linux
> ---------------------------------------------------------------------
>
>                 Key: IO-187
>                 URL: https://issues.apache.org/jira/browse/IO-187
>             Project: Commons IO
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 1.2, 1.3, 1.3.1, 1.3.2, 1.4
>         Environment: Linux
>            Reporter: Cormac Blackwell
>
> Calling FileSystemUtils.freeSpaceKb with ".", "./", "../", "../foo" etc. will result in an empty string being passed to df.
> freeSpaceKb calls FileNameUtils.normalize on the path which destroys relative paths.
> I don't see any need to normalize the path so the fix is simply to remove that call.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.