Actions
Bug #20203
openAPI server returns 200 OK when it can't cache a document
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Description
If the filesystem underlying the API server's cache is full, it can get into a situation where requests for cached documents return a 200 OK with an empty response.
#20187 is meant to help mitigate this for the discovery document. We should investigate if there are other routes where this can happen, and if possible, return an error code in those cases.
Related issues
Updated by Brett Smith 26 days ago
- Related to Story #20187: Cache discovery doc in memory in controller added
Actions