agoo icon indicating copy to clipboard operation
agoo copied to clipboard

Static asset with space in filename

Open smithtim opened this issue 2 years ago • 2 comments

I can't get agoo to serve a static asset with a space in the filename. For example, foo bar.html. When I go to http://localhost:6464/foo%20bar.html, I get a 404. Filenames without spaces work fine.

smithtim avatar Sep 14 '22 23:09 smithtim

I'll get that fixed. I'm surprised that bug has been around for so long.

ohler55 avatar Sep 14 '22 23:09 ohler55

Please try the space-names branch. I believe that fixes the issue. A unit test was added for it as well.

ohler55 avatar Sep 18 '22 17:09 ohler55

That works, thanks!

smithtim avatar Sep 23 '22 00:09 smithtim

Released v2.15.3 with the fix.

ohler55 avatar Sep 24 '22 02:09 ohler55