sqlpage / SQLPage

Fast SQL-only data application builder. Automatically build a UI on top of SQL queries.
https://sql.datapage.app
MIT License
1.57k stars 89 forks source link

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

Open lovasoa opened 1 month ago

lovasoa commented 1 month ago

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.