fix: Validation raises TypeError when invalid JSON comes - #8153
Merged
Merged
Conversation
kenjis
force-pushed
the
fix-IncomingRequest-getJSON
branch
from
November 6, 2023 01:14
0b926ea to
76c53c6
Compare
michalsn
reviewed
Nov 6, 2023
michalsn
left a comment
Member
There was a problem hiding this comment.
Seems like we need special treatment when the body is null.
Member
Author
|
How? When is the |
kenjis
marked this pull request as draft
November 7, 2023 00:52
Member
Author
|
I sent #8161 |
MGatner
requested changes
Nov 7, 2023
See IncomingRequestTest::testGetJSONReturnsNullFromNullBody()
kenjis
force-pushed
the
fix-IncomingRequest-getJSON
branch
from
November 8, 2023 02:44
76c53c6 to
bfcae8d
Compare
Member
Author
Done. |
kenjis
marked this pull request as ready for review
November 8, 2023 02:54
michalsn
approved these changes
Nov 8, 2023
5 tasks
MGatner
approved these changes
Nov 18, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Needs #8161Description
Fixes #8134
IncomingRequestwill throwHTTPExceptionwhen the body is invalid as JSONHTTP.invalidJSON.Checklist: