We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like superstatic does not parse out URL-encoded values in URL paths:
superstatic
$ superstatic & $ echo foobar > "foo:bar.txt" $ curl 'localhost:3474/foo:bar.txt' foobar $ curl 'localhost:3474/foo%3Abar.txt' <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Error</title> </head> <body> <pre>Cannot GET /foo%3Abar.txt</pre> </body> </html>
This also then affects firebase serve.
firebase serve
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like
superstatic
does not parse out URL-encoded values in URL paths:This also then affects
firebase serve
.The text was updated successfully, but these errors were encountered: