duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] webDAV propfind request body


From: Dan Muresan
Subject: Re: [Duplicity-talk] webDAV propfind request body
Date: Tue, 24 Jun 2008 19:25:57 +0300
User-agent: Thunderbird 2.0.0.14 (X11/20080505)

> It sounds like we just need a list of <prop>s that are needed by
> duplicity and forget about the rest.  Those should be standard.

Yes -- but if I remember the code correctly, duplicity doesn't require
any properties in particular; it just uses <propfind> to list the files
in the web folder. Any property that the server understands would do.

My patch (based on a Cadaver captured request, and thus based on
libneon) just lists some commonly available properties:

<getcontentlength xmlns="DAV:"/>
<getlastmodified xmlns="DAV:"/>
<resourcetype xmlns="DAV:"/>
<checked-in xmlns="DAV:"/>
<checked-out xmlns="DAV:"/>

(whether the xmlns is inherited or listed explicitly does not seem to
make a difference, and I don't know which one is safer; I suspect
Cadaver, which uses libneon, is again a good reference)

-- Dan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]