You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered: