]> code.citadel.org Git - citadel.git/commit
* GroupDAV object URL's are now based on the EUID of a message (which is
authorArt Cancro <ajc@citadel.org>
Fri, 28 Jan 2005 05:13:02 +0000 (05:13 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 28 Jan 2005 05:13:02 +0000 (05:13 +0000)
commit6c497cb6d8d6ef0aaa041bcd80d582b0e47fd09f
treee6e49ab8911071e414fd9095906b628a6e10f1e5
parent29a51c8f1017be11c4d0c9e63104ae7300459eea
* GroupDAV object URL's are now based on the EUID of a message (which is
  derived from the UID of the groupware object itself) instead of the
  message number.  This was done in order to conform to GroupDAV's
  requirement that the URL cannot change after an object is updated.
* The ETag of a GroupDAV object is still the message number, and in fact
  doing so meets that requirement perfectly.
webcit/ChangeLog
webcit/groupdav.h
webcit/groupdav_get.c
webcit/groupdav_propfind.c