-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken permissions in PROPFIND on project folder over gRPC (#4901)
The permissions returned by PROPFIND on a folder in a project were erroneous because ACL permissions were being ignored. This stems from a bug in grpcMDResponseToFileInfo, where the SysACL attribute of the FileInfo struct was not being populated. Co-authored-by: Jesse Geens <[email protected]>
- Loading branch information
1 parent
604b166
commit ce7d0f8
Showing
2 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Bugfix: broken PROPFIND perms on gRPC | ||
|
||
When using the EOS gRPC stack, the permissions returned by PROPFIND | ||
on a folder in a project were erroneous because ACL permissions were | ||
being ignored. This stems from a bug in grpcMDResponseToFileInfo, | ||
where the SysACL attribute of the FileInfo struct was not being populated. | ||
|
||
See: https://github.com/cs3org/reva/pull/4901 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters