github.com/cs3org/reva/v2@v2.27.7/changelog/1.16.0_2021-11-19/fix-archiver-errors.md (about)

     1  Bugfix: Fix HTTP return code when path is invalid
     2  
     3  Before when a path was invalid, the archiver returned a
     4  500 error code.
     5  Now this is fixed and returns a 404 code.
     6  
     7  https://github.com/cs3org/reva/pull/2294