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

invalid JSON host.json can cause kestrel to terminate early due to route prefix check #1869

Open
mattchenderson opened this issue Aug 30, 2023 · 0 comments
Labels
area: http Items related to experience improvements for HTTP triggers bug Something isn't working supportability Items related to making problems easier to troubleshoot and remediate team-issue

Comments

@mattchenderson
Copy link
Contributor

Adding additional commas, etc. will trigger this. It initializes, but a request will cause an exception to come from the route prefix check. the exception handler that catches it is generic and stops kestrel without a log to the console.

cc @fabiocav

@mattchenderson mattchenderson added the area: http Items related to experience improvements for HTTP triggers label Aug 30, 2023
@mattchenderson mattchenderson added bug Something isn't working supportability Items related to making problems easier to troubleshoot and remediate labels Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: http Items related to experience improvements for HTTP triggers bug Something isn't working supportability Items related to making problems easier to troubleshoot and remediate team-issue
Projects
None yet
Development

No branches or pull requests

2 participants