On Wed, Sep 30, 2009 at 22:04, Greg Schueler <[email protected]> wrote: > I see, so as it stands the webdav webapp cannot really be used "standalone" > as a simple file based WebDAV repository solution, because it requires > custom code to in actualy delete files?
You don't have to use the data store - you can use a bundle persistence manager only, with eg. blob store option on. The data store is optimized for the typical content repository case, where deletions are seldom and things are kept/archived for a long(er) time. Regards, Alex -- Alexander Klimetschek [email protected]
