Skip to content

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

@andresch

Description

@andresch

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    uncategorizedUsed for Waffle integration

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions