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

ZBUG-3254: Thunderbird CalDAV Sync Fail #1648

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

ronstra-synacor
Copy link
Contributor

When one attempts to Sync a Zimbra CalDAV contacts folder from Thunderbird, nothing happens. The Zimbra server logs the request, but is sending back "empty request body", even though it clearly logs the request just before. Looking into the code, it seems we enforce that the Content-Type of the multipart that contains the request be of some XML type. When I remove that restriction, the synchronization works as expected.

Not sure if this is the right approach. Is it important that we enforce the type? Is it a security issue? Shouldn't we be liberal in what we receive?

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

Successfully merging this pull request may close these issues.

2 participants