Skip to content

User reports that AuthorityFileSystem doesn't follow soft links #302

@zslayton

Description

@zslayton

It looks like AuthorityFileSystem follows soft links for the base directory (by using canonicalPath) but then doesn’t follow them for the child path provided as the schema id.

It does use canonicalPath to confirm that the file is in the base directory, but then uses the original File instance (which cannot follow soft links) to verify that it exists, which fails.

cc @popematt

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions