I don't know if all the PROPFIND plumbing is really installed yet (Jerome or Thierry will know...) For sure you should be using svn trunk, or at least the 1.1 snapshot, to get the latest relevant bits.
Getting WebDAV to work fully under Restlet still runs into some speed bumps. The official target is Restlet 1.2, though it might land earlier if somebody contributes patches ... One of the issues I remember is in this RFE: http://restlet.tigris.org/issues/show_bug.cgi?id=346 Enough workarounds exist that my company's been able to produce a full WebDAV level 2 provider that runs on 1.0/1.1, but it uses custom Restlets instead of fitting well into the REST part of the Restlet model, and it's got dependencies on our repository layer, so no good for anybody else. - Rob On 2/7/08, Yousef Ghandour <[EMAIL PROTECTED]> wrote: > > Hey > WebDav restlet > I'm planning to use restlet to expose our file system using webdav > standards. I'm already using it for normal API calles, but faced some > problems with webdav. > >

