What is "dead properties" ? I see it in Property Managers : "DAV providers may use a property manager to support persistence for dead properties."

18 views
Skip to first unread message

KLEIN Stéphane

unread,
Feb 7, 2010, 11:45:39 AM2/7/10
to Discuss WsgiDAV
Hi,

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

mar10

unread,
Feb 7, 2010, 1:10:57 PM2/7/10
to wsg...@googlegroups.com
It's defined here:
http://www.webdav.org/specs/rfc4918.html

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

KLEIN Stéphane

unread,
Feb 7, 2010, 2:53:29 PM2/7/10
to Discuss WsgiDAV
On Feb 7, 7:10 pm, mar10 <moo...@wwWendt.de> wrote:
> It's defined here:
>  http://www.webdav.org/specs/rfc4918.html
>
> 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.

Thanks !

KLEIN Stéphane

unread,
Feb 7, 2010, 3:11:58 PM2/7/10
to Discuss WsgiDAV

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::

Reply all
Reply to author
Forward
0 new messages