You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
lawliet89
added a commit
to lawliet89/nickel.rs
that referenced
this issue
Sep 18, 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 intotest hi foo bar/python.jpg
instead.The text was updated successfully, but these errors were encountered: