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

API v1 500 error convert to 404, if requested path is incorrect #8187

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

vbaranov
Copy link
Member

@vbaranov vbaranov commented Aug 11, 2023

Resolves #8062

Motivation

In some case requested incorrect path in API v1 returns 500 error. Instead, it should return 404.

Checklist for your Pull Request (PR)

@vbaranov vbaranov changed the title API v1 500 error convert to 404, if just path is incorrect API v1 500 error convert to 404, if requested path is incorrect Aug 11, 2023
@vbaranov vbaranov merged commit ec346e0 into master Aug 11, 2023
15 checks passed
@vbaranov vbaranov deleted the vb-500-to-not-found branch August 11, 2023 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API: unknown path request return 404 instead of 500 status
1 participant