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 query string decoding #2201

Merged
merged 4 commits into from Jan 12, 2023
Merged

Conversation

david-perez
Copy link
Contributor

serde_urlencoded can't decode into Vec<(&str, &str) query string
slices that need percent decoding.

Testing

The test I added does not pass if we decode into Vec<(&str, &str).


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

`serde_urlencoded` can't decode into `Vec<(&str, &str)` query string
slices that need percent decoding.
@david-perez david-perez added bug Something isn't working server Rust server SDK labels Jan 12, 2023
@david-perez david-perez requested a review from a team as a code owner January 12, 2023 09:50
@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

@david-perez david-perez requested a review from a team as a code owner January 12, 2023 10:07
@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

@aws-sdk-rust-ci aws-sdk-rust-ci merged commit 8d09dad into main Jan 12, 2023
@aws-sdk-rust-ci aws-sdk-rust-ci deleted the davidpz/fix-query-string-decoding branch January 12, 2023 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working server Rust server SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants