This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Description
StaticFiles is inconsistent with handling of multiple slashes in a path. It appears to be allowed inside a path, but not at the start.
http://host/foo/bar.html -> 200
http://host//foo/bar.html -> 404
http://host/foo//bar.html -> 200
It should be either allowed or disallowed in all parts of the path.