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

fix(gengapic): REGAPIC fix path param parsing remove duped query param #981

Merged
merged 1 commit into from
May 9, 2022

Conversation

noahdietz
Copy link
Collaborator

When an HTTP path param encompassed multiple segements e.g. {name=blah/blah}, the =blah/blah portion wasn't stripped when attempting to look up the field, which resulted in it being considered a query param in addition to a path param.

@noahdietz noahdietz requested review from a team as code owners May 6, 2022 21:58
@noahdietz noahdietz requested a review from codyoss May 9, 2022 14:58
@noahdietz noahdietz enabled auto-merge (squash) May 9, 2022 14:58
@noahdietz noahdietz merged commit d326973 into googleapis:main May 9, 2022
@noahdietz noahdietz deleted the fix-query-params branch June 10, 2022 18:45
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.

2 participants