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

Dealing with OPTIONS * requests #709

Closed
Tratcher opened this issue Mar 22, 2016 · 1 comment
Closed

Dealing with OPTIONS * requests #709

Tratcher opened this issue Mar 22, 2016 · 1 comment

Comments

@Tratcher
Copy link
Member

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

@muratg
Copy link
Contributor

muratg commented Nov 21, 2016

Per triage meeting, this was done.

@muratg muratg closed this as completed Nov 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants