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

feat: fix form url encoded strings #1593 #1752

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

TimothyMakkison
Copy link
Contributor

@TimothyMakkison TimothyMakkison commented Jul 1, 2024

Add check for strings to form url encoded requests. This way strings aren't serialized as collections. Added relevant test.

Fixes #1593

Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.66%. Comparing base (6ebeda5) to head (e9c8380).
Report is 57 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1752      +/-   ##
==========================================
- Coverage   87.73%   83.66%   -4.07%     
==========================================
  Files          33       36       +3     
  Lines        2348     2443      +95     
  Branches      294      343      +49     
==========================================
- Hits         2060     2044      -16     
- Misses        208      316     +108     
- Partials       80       83       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ChrisPulman ChrisPulman merged commit a8fcd12 into reactiveui:main Jul 1, 2024
2 checks passed
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 Jul 16, 2024
@TimothyMakkison TimothyMakkison deleted the fix_url_body_string branch July 16, 2024 08:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: CollectionFormat.Csv causes strings to be serialized as comma separated chars
2 participants