Mercurial > p > roundup > code
diff CHANGES.txt @ 7372:886a5c767d7e
Invalid REST item spec returns 404 rather than 400.
A GET to /rest/data/issue/issue4 now returns a 404 rather than a 400
status code.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 17 May 2023 22:20:12 -0400 |
| parents | 692242b3effd |
| children | 9bd7ed918121 |
line wrap: on
line diff
--- a/CHANGES.txt Wed May 17 13:34:36 2023 -0400 +++ b/CHANGES.txt Wed May 17 22:20:12 2023 -0400 @@ -96,6 +96,9 @@ 8-). Also supports shell and admin mode (John Rouillard) - Multiple fixes/updates for installation documentation. Including docker shell/admin/demo mdoes. (John Rouillard) +- Invalid item identifiers passed to REST endpoint return a 404 + rather than a 400 error. E.G. /rest/data/issue/issue4 (rather + than .../issue/4). (John Rouillard) Features:
