[VCARDDAV] WebDAv collection sync: last issue
Cyrus Daboo <cyrus@daboo.name> Mon, 07 June 2010 15:18 UTC
Return-Path: <cyrus@daboo.name>
X-Original-To: vcarddav@core3.amsl.com
Delivered-To: vcarddav@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 5524A3A6359; Mon, 7 Jun 2010 08:18:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0
X-Spam-Level:
X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7qXISAyG73dp; Mon, 7 Jun 2010 08:18:31 -0700 (PDT)
Received: from daboo.name (daboo.name [151.201.22.177]) by core3.amsl.com (Postfix) with ESMTP id B826128CD04; Mon, 7 Jun 2010 06:57:19 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by daboo.name (Postfix) with ESMTP id ECF131706BD29; Mon, 7 Jun 2010 09:57:17 -0400 (EDT)
X-Virus-Scanned: amavisd-new at daboo.name
Received: from daboo.name ([127.0.0.1]) by localhost (chewy.mulberrymail.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BV3FP2+KmeMe; Mon, 7 Jun 2010 09:57:13 -0400 (EDT)
Received: from caldav.corp.apple.com (unknown [17.101.32.44]) by daboo.name (Postfix) with ESMTPSA id 5AD011706BD1D; Mon, 7 Jun 2010 09:57:12 -0400 (EDT)
Date: Mon, 07 Jun 2010 09:57:09 -0400
From: Cyrus Daboo <cyrus@daboo.name>
To: w3c-dist-auth@w3.org
Message-ID: <2D7356DA1153057D7AE554D8@caldav.corp.apple.com>
X-Mailer: Mulberry/4.1.0a1 (Mac OS X)
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format="flowed"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; size="2011"
Cc: caldav@ietf.org, vcarddav@ietf.org
Subject: [VCARDDAV] WebDAv collection sync: last issue
X-BeenThere: vcarddav@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: IETF vcarddav wg mailing list <vcarddav.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/vcarddav>, <mailto:vcarddav-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/vcarddav>
List-Post: <mailto:vcarddav@ietf.org>
List-Help: <mailto:vcarddav-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/vcarddav>, <mailto:vcarddav-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jun 2010 15:18:32 -0000
Hi folks, The latest WebDAV collection sync draft is here: <https://datatracker.ietf.org/doc/draft-daboo-webdav-sync/>. We believe we are close to done with this and would like to submit to the IESG soon. However, there is one open issue that we need feedback from implementors on. The question is whether collection resources that are immediate children of the collection being targeted for the REPORT should be reported as "modified" if any of their child resources (depth infinity) are modified. Key points: 1) We have deliberately scoped the REPORT defined in this draft to be Depth:1 only - i.e. it will only report changes to immediate children. Depth:infinity change reporting was ruled out at this time (though eventually we would expect to see it defined if there is interest). 2) The first real implementations of this REPORT are being done for CalDAV and CardDAV servers where typically calendar/addressbook collections only have immediate child resources and not collections - so the draft as currently written is fine. (BTW there are already several client and server implementations of this draft that have been tested at various interops). However, my concern is that more "general" WebDAV servers may wish to do reporting of changes to immediate child collections to allow clients to progressively sync an entire hierarchy. 3) Reporting changes to immediate child collections requires any change at depth:infinity within those collections to "bubble up" - i.e. a change with a collection changes its DAV:sync-token and the properties of all its parent collections. This potentially places a big performance burden on the server - particularly if it were to choose to support the REPORT on the root resource. In reality servers would probably limit the scope of the report to a reasonable "sub-hierarchy" set (e.g. CalDAV and CardDAV servers would only support the REPORT on calendar or address book home collections and not on any parents of those). -- Cyrus Daboo
- [VCARDDAV] WebDAv collection sync: last issue Cyrus Daboo
- Re: [VCARDDAV] WebDAv collection sync: last issue Werner Donné
- Re: [VCARDDAV] [caldav] WebDAv collection sync: l… Tim Hare
- Re: [VCARDDAV] [caldav] WebDAv collection sync: l… Andrew McMillan
- Re: [VCARDDAV] [caldav] WebDAv collection sync: l… Julian Reschke
- Re: [VCARDDAV] WebDAv collection sync: last issue Julian Reschke
- Re: [VCARDDAV] [caldav] WebDAv collection sync: l… Roberto Polli
- [VCARDDAV] Last Call: <draft-daboo-webdav-sync-06… Julian Reschke