FileSystemUtils.freeSpaceKb doesn't work with relative paths
------------------------------------------------------------

                 Key: IO-187
                 URL: https://issues.apache.org/jira/browse/IO-187
             Project: Commons IO
          Issue Type: Bug
          Components: Utilities
    Affects Versions: 1.4, 1.3.2, 1.3.1, 1.3, 1.2
         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.

Reply via email to