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

Review web-app for inappropriate 500 status codes #235

Closed
wowasa opened this issue Apr 18, 2024 · 1 comment
Closed

Review web-app for inappropriate 500 status codes #235

wowasa opened this issue Apr 18, 2024 · 1 comment
Assignees
Milestone

Comments

@wowasa
Copy link
Collaborator

wowasa commented Apr 18, 2024

Apparently there are still some returned 500 status codes in the web-app, where a 404 status code would be appropriate. We have to assure that for all calls to static reports we return a 404 status code if the file is not available. Hence we check first for existence of the file and only return a 500 status code if the file is available but throws an exception during processing

@wowasa wowasa added this to the 6.4.0 milestone Apr 18, 2024
@wowasa wowasa self-assigned this Apr 18, 2024
wowasa added a commit that referenced this issue Apr 21, 2024
@wowasa
Copy link
Collaborator Author

wowasa commented Apr 21, 2024

done

@wowasa wowasa closed this as completed Apr 21, 2024
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

No branches or pull requests

1 participant