Skip to content
New issue

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

A node has the "{DAV:}share" in its ACL list, but this privilege was not reported in the supportedPrivilegeSet list #833

Closed
manubaum opened this issue May 13, 2016 · 2 comments
Labels
Milestone

Comments

@manubaum
Copy link

manubaum commented May 13, 2016

In version 3.2.0-alpha1, after the installation, when creating a new ('default') calendar in the browser as explained in http://sabre.io/dav/caldav/ the following exception occurs:

3.2.0-alpha1 Sabre\DAV\Exception A node has the "{DAV:}share" in its ACL list, but this privilege was not reported in the supportedPrivilegeSet list
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
<s:sabredav-version>3.2.0-alpha1</s:sabredav-version>
<s:exception>Sabre\DAV\Exception</s:exception>
<s:message>
A node has the "{DAV:}share" in its ACL list, but this privilege was not reported in the supportedPrivilegeSet list
</s:message>
<s:message>...</s:message>
</d:error>
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">...</d:error>

Note that the expected entries in 'calendarinstances' are created thouhg. However, this exception is persistent, rendering the functionality broken.

@evert evert added the bug label May 13, 2016
@evert
Copy link
Member

evert commented May 13, 2016

Confirmed. A workaround you can do right now is to call $server->addPlugin(new Sabre\DAV\Sharing\Plugin()); but this should not error, so definitely a bug.

@evert evert added this to the 3.2 milestone May 13, 2016
@evert evert closed this as completed in c8b0d03 May 17, 2016
@manubaum
Copy link
Author

Thanks. The workaround is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants