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.