On 2/4/06, Martin Perez <[EMAIL PROTECTED]> wrote: > We have implemented this in a very simple way: adding an active property to > all trackable nodes. Pretty easy. But now we have a problem. Our system, > successfully hides "deleted" documents to the users, but when an user will > try to use the WebDAV browser (we are using the contrib module) he will see > the "deleted" documents, because for Jackrabbit they are normal nodes.
this doesn't directly answer your question, but: perhaps you could add a special mixin type to the deleted node and then add that node type to the webdav resource config so that it gets filtered. would that work for you?