We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a federated user tries to download shared resource shared with permissions role Secure Viewer, the server returns 500 status code.
Secure Viewer
500
For default permissions role, the federated user can successfully download the resource.
Alice
textfile.txt
Alilce
Brian
curl -kv -XGET -ubrian:1234 https://localhost:10200/remote.php/dav/spaces/{remote-item-id}
The response should return 403 status code.
403
The response returns 500 status code.
< HTTP/1.1 500 Internal Server Error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When a federated user tries to download shared resource shared with permissions role
Secure Viewer
, the server returns500
status code.For default permissions role, the federated user can successfully download the resource.
Steps to reproduce
Alice
creates a filetextfile.txt
Alilce
shares the file with permissions roleSecure Viewer
to federated userBrian
Brian
tries to download the filetextfile.txt
Expected behavior
The response should return
403
status code.Actual behavior
The response returns
500
status code.< HTTP/1.1 500 Internal Server Error
The text was updated successfully, but these errors were encountered: