Commit 02125be
committed
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.1 parent 209a49a commit 02125be
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments