-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Log and continue on Dav reader failure (repair uid) #12854
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
Conversation
|
/backport to stable15 |
ChristophWurst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good!
|
BTW, we fixed this, but any REPORT request to the addressbook containing this vcard will fail. So in the end This is not really great! This is a fix to a problem that should not have happened 😕 @georgehrke should we have an autofix for the vcards? What to do on that case? Any clue? |
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
619968a to
2be63bc
Compare
|
backport to stable15 in #12867 |
|
@skjnldsv The corresponding function in the CalDAV backend always catches Exceptions: https://github.com/nextcloud/server/blob/v15.0.0RC2/apps/dav/lib/CalDAV/CalDavBackend.php#L1346L1360 |
Fix #12764
@Dani22m