Skip to content

aws lambda distribution does not handle special characters in file names #555

Open
@lovasoa

Description

@lovasoa

when the lambda receives a query to a file with a special character, it tries to access the urlencoded file name on disk. For instance when querying https://example.com/hello world.sql, the sqlpage lambda tries to open hello%20world.sql, fails, and returns a 404.

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