Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbolic links to directories are not recognized as directories #71

Closed
plamentotev opened this issue Apr 2, 2022 · 0 comments · Fixed by #75
Closed

Symbolic links to directories are not recognized as directories #71

plamentotev opened this issue Apr 2, 2022 · 0 comments · Fixed by #75
Labels

Comments

@plamentotev
Copy link
Member

There is an regression in Plexus IO 3.3.0. Or braking change, depending on the view point. Either way, previously symbolic links to directories were recognized as directories. PlexusIoResource#isFile used to return true, now it return false. The change seems to related to the speed improvement done in #33

@plamentotev plamentotev added the bug label Apr 2, 2022
plamentotev added a commit that referenced this issue Apr 25, 2022
The commit intorduces regression.
Symlinks to directories are no longer considered directories.

See #71

This reverts commit 5b79b54.
mizdebsk added a commit to fedora-java/javapackages-bootstrap that referenced this issue Apr 28, 2022
Version 3.3.0 breaks plexus-archiver.
See codehaus-plexus/plexus-io#71
plamentotev added a commit that referenced this issue May 2, 2022
The commit intorduces regression.
Symlinks to directories are no longer considered directories.

See #71

This reverts commit 5b79b54.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant