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

DAV: Share invitation is not removed on delete of the original shared folder #4870

Open
alecpl opened this issue Mar 27, 2024 · 0 comments
Open

Comments

@alecpl
Copy link
Contributor

alecpl commented Mar 27, 2024

Scenario:

  1. User A shared a calendar folder with user B.
  2. User B accepts the invitation
POST: https://demo.domain.tld/dav/notifications/user/[email protected]/7c7efcec-f2ed9e2c-8ae8a537-90b2d644.xml
  1. A new calendar collection becomes available to user B.
  2. User A deletes the shared calendar.

Result:

  • the collection disappears from the user B calendar (good)
  • the share invitation is still there (wrong) - and if I try to accept it I get 500 Internal Server Error.

So, the share invitation notification needs to be removed on folder delete. This is not mentioned in the standard, but seems obvious to me. Also, I'd expect the same to happen when I remove the whole user mailbox.

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

No branches or pull requests

1 participant