You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Miguel Munoz (Jira)" <ji...@apache.org> on 2023/04/18 08:01:00 UTC

[jira] [Created] (IO-790) SymbolicLinkFileFilter Incomplete, needs to handle Windows issues

Miguel Munoz created IO-790:
-------------------------------

             Summary: SymbolicLinkFileFilter Incomplete, needs to handle Windows issues
                 Key: IO-790
                 URL: https://issues.apache.org/jira/browse/IO-790
             Project: Commons IO
          Issue Type: Improvement
            Reporter: Miguel Munoz


Testing SymbolicLinkFileFilter on Windows has a unique challenge. Windows requires admin privileges to create symbolic links, which can't be done in a unit test runĀ  on Windows. The unit test needs to create symbolic links, but override the behavior on Windows Only. And it needs to run seamlessly on any platform. (This is doable.)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)