I have a question :
* What is "dead properties" ? I see it in Property Managers : "DAV
providers may use a property manager to support persistence for dead
properties."
Thanks for your help,
Stephane
Live Property - A property whose semantics and syntax are enforced by
the server. For example, the live property DAV:getcontentlength has its
value, the length of the entity returned by a GET request, automatically
calculated by the server.
Dead Property - A property whose semantics and syntax are not enforced
by the server. The server only records the value of a dead property; the
client is responsible for maintaining the consistency of the syntax and
semantics of a dead property.
regards
Martin
Thanks !
Can you add this patch in wsgidav documentation ?
# HG changeset patch
# User Stephane Klein <step...@harobed.org>
# Date 1265573306 -3600
# Node ID 6c46c83d97f2ca93764bee94897def4d8dc3dbf5
# Parent a909901d08b880b62efcc5034176cb077253f268
In glossary page, add link to glossary of official WebDAV
specification documentation
diff -r a909901d08b8 -r 6c46c83d97f2 sphinx/develop-glossary.rst
--- a/sphinx/develop-glossary.rst Thu Jan 21 11:46:24 2010 +0100
+++ b/sphinx/develop-glossary.rst Sun Feb 07 21:08:26 2010 +0100
@@ -6,6 +6,10 @@
(targeted to developers).
.. note::
+ You can found more information about WebDAV terms and naming
convention
+ in `official WebDAV specification documentation <http://
www.webdav.org/specs/rfc4918.html#rfc.section.3>`_.
+
+.. note::
This documentation is under construction.
.. note::