reddec / trusted-cgi

Lightweight runner for lambda functions/apps in CGI like mode
https://trusted-cgi.reddec.net
MIT License
218 stars 16 forks source link

Fix paths of static files. #11

Closed WillyPillow closed 6 months ago

WillyPillow commented 2 years ago

Without the patch, the program does not seem to serve static files correctly.

reddec commented 2 years ago

Thanks for the contributing! I will check it a bit later - looks like it could be fragile in case of malformed request (ie: without /)

coderofsalvation commented 6 months ago

I can confirm this issue