You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
During PROPFIND of a file using file id via meta API in OCIS, when a user tries tries to get unauthorized access to other users' data, the HTTP response code is 207.
Steps to reproduce
Create user Alice and Emily
User Alice uploads a file testfile.txt with content "test content"
As user Emily, using the fileid of the Alices' file testfile.txt, send an HTTP PROPFIND request to the API endpoint remote.php/dav/meta/<fileid>
Expected behavior
The response should be something like that in OC10 in which the HTTP status code is 404
During PROPFIND of a file using
file id
via meta API in OCIS, when a user tries tries to get unauthorized access to other users' data, the HTTP response code is 207.Steps to reproduce
Alice
andEmily
Alice
uploads a filetestfile.txt
with content "test content"Emily
, using thefileid
of the Alices' filetestfile.txt
, send an HTTP PROPFIND request to the API endpointremote.php/dav/meta/<fileid>
Expected behavior
The response should be something like that in OC10 in which the HTTP status code is 404
Actual behavior (In OCIS)
The http status code is
207
For example, for the request
The response data is as follows.
In OC10
The HTTP status code is
404
For example, for the request
The response data is as follows.
The text was updated successfully, but these errors were encountered: