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

Inconsistent handling of multiple slashes in path #147

@mikeharder

Description

@mikeharder

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions