Skip to content

Fix query matching against list query values #450

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

Merged
merged 1 commit into from
Oct 13, 2021

Conversation

adamthom-amzn
Copy link
Contributor

Description of changes:
The existing code doesn't account for the fact that all query parameter values
can be multi-valued, even when there's only one value in the input URL. Also,
a query string literal can be satisfied by any of the values in the input URL,
whereas the existing code would insist that there exist no other value for the
key in the literal.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

The existing code doesn't account for the fact that all query parameter values
can be multi-valued, even when there's only one value in the input URL. Also,
a query string literal can be satisfied by any of the values in the input URL,
whereas the existing code would insist that there exist no other value for the
key in the literal.
@adamthom-amzn adamthom-amzn merged commit d440f5f into smithy-lang:main Oct 13, 2021
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.

3 participants