[
https://issues.apache.org/jira/browse/IO-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb updated IO-187:
--------------------
Fix Version/s: 2.0
> 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
> Fix For: 2.0
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira