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

Handle decoding errors like json decode errors #428

Merged
merged 3 commits into from Oct 6, 2019

Commits on Sep 23, 2019

  1. Handle decoding errors like json decode errors

    When receiving a post containing non utf8 data with a Application/Json
    content-type, the decoding fails.  This should be treated as an
    incorrect JSON payload and return a 400.
    
    fixes marshmallow-code#427
    lindycoder committed Sep 23, 2019
    Copy the full SHA
    7b2ef63 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Copy the full SHA
    3e61f75 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Update changelog and AUTHORS

    sloria committed Oct 6, 2019
    Copy the full SHA
    d5bb87f View commit details
    Browse the repository at this point in the history