Paco Avila wrote:
Actually, all the repository is exporter using WebDAV. But I wonder if I can
export only from a node.

If my repository is ROOT/uno/dos I want to show using WebDAV from "uno", to
prevent access to parent folder ROOT.

do you simply want the tree to start at 'uno' (a) or do you
want the href-properties of the dav resources to omit
the segments you want to hide (b) ?

as far as i know, the (a) should work, shouldn't it?
for (b) you probably need to provide your custom DavLocatorFactory,
that properly converts between the item path (repository path) and
the href of the dav resource.

regards
angela

Reply via email to