Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Engine: Use HttpRequestFeature.Path instead of RawTarget
HttpRequestFeature.RawTarget contains according to the documentation: "This property contains the raw path and full query, as well as other request targets such as * for OPTIONS requests". We only want the Requset Path identifying the requested resource so let's use HttpRequestFeature.Path.
- Loading branch information