Bug 63882 - WebDAV: re-import uploaded item
Summary: WebDAV: re-import uploaded item
Status: RESOLVED MOVED
Alias: None
Product: SyncEvolution
Classification: Unclassified
Component: CalDAV/CardDAV (show other bugs)
Version: 1.3.99.3
Hardware: Other All
: medium normal
Assignee: SyncEvolution Community
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-24 10:49 UTC by Patrick Ohly
Modified: 2018-10-13 12:39 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Patrick Ohly 2013-04-24 10:49:02 UTC
A WebDAV server is allowed to modify items during a PUT, in which case it won't return an eTag. SyncEvolution should treat the missing eTag as "server has updated data" and import that changed item in a second cycle.

This can be made more efficient with the prefer=return-representation header.
http://tools.ietf.org/html/draft-snell-http-prefer-12#page-6
Comment 1 Patrick Ohly 2014-04-17 14:45:25 UTC
See also the behavior of the Apple Calendar server in Client::Sync::eds_contact::testOneWayFromLocal: it returns an etag in the response to POST, but then later seems to update the item (property reordering) and updates the etag.
Comment 2 GitLab Migration User 2018-10-13 12:39:45 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/SyncEvolution/syncevolution/issues/31.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.