Dennis van der Laan wrote:
Hi,
Maybe this question came up on this list already, so my apologies if I'm
posting this for the second time...
Is it possible to create a link (notably an nt:linkedFile) to a folder,
instead of the jcr:content-node of a file? I guess you could decorate a
node of type nt:folder with the mix:referenceable type, and then let the
jcr:content-property of an nt:linkedFile reference it. But is this
supported by Jackrabbit? Will the standard WebDAV-implementation know
how to handle this? Or is there another way?
I guess you want the WebDAV implementation to issue HTTP redirects then?
That's not implemented (yet) -- if somebody is interested, RFC 4437
defines a way to discover and author redirects over WebDAV.
BR, Julian