-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5219 from rjbs/cyr-1504-mayAdmin
apply implicit owner rights in JMAP API
- Loading branch information
Showing
3 changed files
with
34 additions
and
0 deletions.
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
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,21 @@ | ||
Description: | ||
|
||
The `implicit_owner_rights` ACLs were previously ignored when considering ACLs | ||
on resources accessed over HTTP, including over JMAP. This led to inconsistent | ||
reporting of access control based by protocol, and has been fixed. The | ||
implicit rights are now respected on HTTP protocools. | ||
|
||
|
||
Config changes: | ||
|
||
None. | ||
|
||
|
||
Upgrade instructions: | ||
|
||
None required. | ||
|
||
|
||
GitHub issue: | ||
|
||
None. |
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