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

Make sure nested services still see full URI #166

Merged
merged 1 commit into from
Aug 8, 2021

Conversation

davidpdrsn
Copy link
Member

They'd previously see the nested URI as we mutated the request. Now we
always route based on the nested URI (if present) without mutating the
request. Also meant we could get rid of OriginalUri which is nice.

They'd previously see the nested URI as we mutated the request. Now we
always route based on the nested URI (if present) without mutating the
request. Also meant we could get rid of `OriginalUri` which is nice.
@davidpdrsn davidpdrsn added this to the 0.2 milestone Aug 8, 2021
@davidpdrsn davidpdrsn merged commit bc27b09 into main Aug 8, 2021
@davidpdrsn davidpdrsn deleted the nested-service-sees-original-uri branch August 8, 2021 15:27
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.

1 participant