Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Engine: Use HttpRequestFeature.Path instead of RawTarget [Backport STU3] #512

Merged
merged 1 commit into from
Oct 13, 2022

Conversation

kennethmyhra
Copy link
Collaborator

Backport change to STU3

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.

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.
@kennethmyhra kennethmyhra merged commit 84b7daf into stu3/master Oct 13, 2022
@kennethmyhra kennethmyhra deleted the issue-509-stu3 branch October 13, 2022 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant