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

Removing a property returns 500 #137

Open
WhyNotHugo opened this issue Jul 23, 2021 · 1 comment
Open

Removing a property returns 500 #137

WhyNotHugo opened this issue Jul 23, 2021 · 1 comment

Comments

@WhyNotHugo
Copy link
Contributor

WhyNotHugo commented Jul 23, 2021

Trying to remove a property (DAV:displayname) returns 500. I'm basically sending something like:

<?xml version="1.0" encoding="utf-8" ?>
<propertyupdate xmlns="DAV:">
    <remove>
        <prop>
            ...
        </prop>
    </remove>
</propertyupdate>

This issue came up testing vdirsyncer, where other servers support the same payload just fine.

I don't have a more isolated example, but running DAV_SERVER=xandikos pytest tests/storage/dav/test_caldav.py on this tests reproduces the issue:

https://github.com/pimutils/vdirsyncer/blob/ee0661a0ad137647908934ca5120744477cc96c9/tests/storage/__init__.py#L327-L338

@jelmer
Copy link
Owner

jelmer commented Jul 24, 2021 via email

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

2 participants