Skip to content

Bug physical address parsed/unescaped #9466

@nopcoder

Description

@nopcoder

Working with a physical address in lakeFS, the address is URL decoded.

If the path contains percent-encoding (e.g., file%3Aname.txt), lakeFS converts it to file:name.txt.

This affects operations like import where this transformation of the file address fails to find the data as part of import and skips it (not found).

lakeFS should preserve the exact string supplied for the object path in the physical address.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions