Skip to content

Bug: 500 returned instead of 404 when calling /data with describe

fabian serin requested to merge trusted-fserin/bug_describe_not_found into master

Before the fix : in case of describe (read stats) when the blob is not found OSError exception was raised and catched (as Exception) by wdms which is ansewring a 500. With the fix the OSError is properly catched and a bulknotfound is returned (404)

Merge request reports