docs(changelog): missing required params return 400 not 500 (#1245)#218
Merged
Conversation
docs(changelog): missing required params now return 400 not 500 (#1245) Document the GlobalExceptionHandler fix in dotnet-starter-kit: a missing required `tenant` header (and other malformed-request cases) now surfaces as a 400 instead of a generic 500. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> @
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
fullstackhero | 9369624 | Commit Preview URL Branch Preview URL |
May 26 2026, 06:57 PM |
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.
Summary
Changelog entry for the
BadHttpRequestException-> 400 fix in the starter kit.A missing required
tenantheader (and other malformed-request cases — missing required header/route/query params, unreadable/oversized bodies) previously rendered as a generic 500. The starter kit'sGlobalExceptionHandlernow honours the framework's own status code, so these surface as a proper 400 Bad Request (or 413, etc.).Pairs with: fullstackhero/dotnet-starter-kit#1247
Issue: fullstackhero/dotnet-starter-kit#1245
🤖 Generated with Claude Code