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 default CollectionFormat for FormValueMultimap #889

Merged
merged 1 commit into from
Apr 8, 2020
Merged

Fix default CollectionFormat for FormValueMultimap #889

merged 1 commit into from
Apr 8, 2020

Conversation

Dreamescaper
Copy link
Contributor

What kind of change does this PR introduce?
Fixes handling of CollectionFormat in RefitSettings for FormValueMultimap.

What is the current behavior?
If CollectionFormat in RefitSettings is Csv, Ssv or Tsv, and explicit CollectionFormat is not specified in QueryAttribute, collection delimiter is |.

What is the new behavior?
Handles appropriately - , for Ccv, for Ssv, \t for Tsv.

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

@clairernovotny clairernovotny merged commit 8a7805c into reactiveui:master Apr 8, 2020
@Dreamescaper Dreamescaper deleted the fix_default_collection_format branch April 8, 2020 13:32
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants