Skip to content

URL paths starting with double slash get misparsed #73

Description

@LukasGelbmann

Take for example an URL like https://example.com//abc/def.

The router wrongly parses the path as /def, so the request gets routed there.

The expected result is //abc/def.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions