Skip to content
New issue

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

StaticFilesHandler doesn't handle encoded URL for whitespace #405

Open
tungel opened this issue Jul 12, 2017 · 0 comments
Open

StaticFilesHandler doesn't handle encoded URL for whitespace #405

tungel opened this issue Jul 12, 2017 · 0 comments

Comments

@tungel
Copy link

tungel commented Jul 12, 2017

If a request to server is test%20hi%20foo%20bar/python.jpg , it seems StaticFilesHandler will just literally take it as the path to the file system (which doesn't exist). It should decode the request URL into test hi foo bar/python.jpg instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants