Hide Forgot
Description of problem: api version checker always returns true for /files calls it is exclusive to /params and /configs but the files routes call into the api version checker Version-Release number of selected component (if applicable): 0.4.2 How reproducible: /files/INVALIDVERSION/UUID Steps to Reproduce: 1. /files/INVALIDVERSION/UUID 2. 3. Actual results: /files/INVALIDVERSION/UUID returns success Expected results: should get a 404 Additional info:
https://github.com/aeolusproject/audrey/commit/49b448d67ba309e5b67431981fde6bf0f7252a8a
Sending request: GET /files/1/341772942915020991988447 HTTP/1.1 Receiving response: HTTP/1.1 200 OK Sending request: GET /files/9000/682457026491589615119934 HTTP/1.1 Receiving response: HTTP/1.1 404 Not Found