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

Dealing with OPTIONS * requests #709

@Tratcher

Description

@Tratcher

Today Kestrel will take the * from an OPTIONS * request and put it in the Path. However, * isn't a path and PathString throws.

When Kestrel sees a lone * in the request line it should leave both Path and PathBase empty.

https://github.com/aspnet/ServerTests/issues/20#issuecomment-200049192

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions