- Change Summary:
-
Reintroduced the spaces that I accidentally left out.
- Diff:
-
Revision 2 (+9 -5)
Caught DoesNotExist exceptions in WebAPI, now raises 404
Review Request #3040 — Created April 3, 2012 and discarded
This addresses issue 2551. Caught the DoesNotExist exceptions in the web API, and raised a HTTP 404 exception instead. I tried to use the same language as in http://reviews.reviewboard.org/r/9999/
Testing done in Linux 3.2.13 with Chromium 18.0. I visited local links that pointed to invalid review requests: http://localhost:8080/api/review-requests/99/diffs/1/files/1/diff-comments/ http://localhost:8080/api/review-requests/999999999/screenshots/
Description | From | Last Updated |
---|---|---|
I'm not sure if this is the proper way to do this. I believe most other resources return a DOES_NOT_EXIST … |
SM smacleod |