fix(tsoa/runtime): handle empty body as undefined#1840
Open
MathieuRA wants to merge 1 commit intolukeautry:masterfrom
Open
fix(tsoa/runtime): handle empty body as undefined#1840MathieuRA wants to merge 1 commit intolukeautry:masterfrom
MathieuRA wants to merge 1 commit intolukeautry:masterfrom
Conversation
6 tasks
VannaDii
added a commit
to tsoa-next/tsoa-next
that referenced
this pull request
Mar 22, 2026
This branch implements behavior derived from lukeautry/tsoa#1840 in https://github.com/VannaDii/tsoa-next. Summary: - normalize absent request bodies to `undefined` before validation and controller invocation - preserve explicit `{}` payloads and malformed JSON behavior - keep Express, Koa, and Hapi runtime handling aligned - add focused integration regressions for optional and required `@Body()` behavior Tests: - `npm run build` in `packages/runtime` - `npm run prepare-test && npm run typecheck && npx mocha --require ts-node/register --require tsconfig-paths/register integration/express-server.spec.ts integration/koa-server.spec.ts integration/hapi-server.spec.ts --grep "treats an absent optional body as undefined|keeps an explicit empty object body distinct from an absent body|preserves non-empty body payloads|fails validation for a missing required body|still errors on malformed json"` - `npx mocha --require ts-node/register --require tsconfig-paths/register integration/express-server.spec.ts integration/koa-server.spec.ts integration/hapi-server.spec.ts`
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.
All Submissions:
Closing issues
Closes #1839