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

Query string value lists are serialized as duplicates #432

Merged
merged 1 commit into from
Dec 11, 2014

Conversation

mtdowling
Copy link
Member

In order to use a duplicate aggregator for all services, I've overridden createRequest in AbstractClient (used by all clients). This really only affects restful services that binds lists to query strings. This change does not affect query services as those use the customized aws.query location. Signers also do not duplicate header values so they are unaffected. We also already sort multiple query string list values so there was no need to change the signer.

Integration tests and unit tests pass.

@jeremeamia
Copy link
Contributor

Seems straight forward enough. Thanks Guzzle. 😄

mtdowling added a commit that referenced this pull request Dec 11, 2014
Query string value lists are serialized as duplicates
@mtdowling mtdowling merged commit 44a1acf into master Dec 11, 2014
@mtdowling mtdowling deleted the duplicate_querystring branch December 19, 2014 04: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.

None yet

2 participants