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(multipart): serialization on multipart form #2044

Merged
merged 2 commits into from Jul 23, 2023

Conversation

Goldziher
Copy link
Contributor

This PR fixes a bug with multipart handling, where empty string values raised a validation error.

@Goldziher Goldziher requested a review from a team as a code owner July 22, 2023 19:05
@Goldziher Goldziher linked an issue Jul 22, 2023 that may be closed by this pull request
4 tasks
@Goldziher Goldziher requested a review from a team as a code owner July 22, 2023 19:05
@Goldziher Goldziher requested review from provinzkraut and Alc-Alc and removed request for a team July 22, 2023 19:05
@Goldziher Goldziher force-pushed the 2019-bug-serialization-on-multipart-form branch from 70c4c56 to 678b5cb Compare July 23, 2023 10:48
@Goldziher Goldziher mentioned this pull request Jul 23, 2023
3 tasks
@Goldziher Goldziher changed the title 2019 bug serialization on multipart form fix(multipart): serialization on multipart form Jul 23, 2023
@Goldziher Goldziher merged commit 516b495 into main Jul 23, 2023
12 of 13 checks passed
@Goldziher Goldziher deleted the 2019-bug-serialization-on-multipart-form branch July 23, 2023 10:49
@Goldziher Goldziher mentioned this pull request Jul 23, 2023
4 tasks
@sonarcloud
Copy link

sonarcloud bot commented Jul 23, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@github-actions
Copy link

Documentation preview will be available shortly at https://litestar-org.github.io/litestar-docs-preview/2044

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.

Bug: serialization on multipart form
2 participants