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

IO.extract doesn't apply the filter on name but on path #24

Open
andresch opened this issue Aug 17, 2016 · 0 comments
Open

IO.extract doesn't apply the filter on name but on path #24

andresch opened this issue Aug 17, 2016 · 0 comments
Labels
uncategorized Used for Waffle integration

Comments

@andresch
Copy link

According to the documentation a NameFilter has to be applied on a file's name, but the extract method applies it on the zip's entryName, which - in cases where the zip file contains directories -- is a full path.

This leads to a quite different semantic (e.g. an ExactFilter that matches on nested directories on file system doesn't match for extract)

@eed3si9n eed3si9n added the uncategorized Used for Waffle integration label Sep 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
uncategorized Used for Waffle integration
Projects
None yet
Development

No branches or pull requests

2 participants