github.com/cs3org/reva/v2@v2.27.7/changelog/1.5.0_2021-01-12/handle-invalid-webdav-listing.md (about)

     1  Bugfix: Do not panic on remote.php/dav/files/
     2  
     3  Currently requests to /remote.php/dav/files/ result in panics since we cannot longer strip the user + destination from the url. This fixes the server response code and adds an error body to the response.
     4  
     5  https://github.com/cs3org/reva/pull/1320