You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Fri, Jul 23, 2021 at 10:32:44AM -0700, Hugo Osvaldo Barrera wrote:
Trying to remove a property (`DAV:displayname`) returns 500. I'm basically sending something like:
```xml
<?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/c2d53d481e99da9f39b76ac459f922854c9f99b1/tests/storage/__init__.py#L323-L333
Trying to remove a property (
DAV:displayname
) returns 500. I'm basically sending something like: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
The text was updated successfully, but these errors were encountered: