Steven Githens wrote:
> Hello,
>
> I currently have the Jackrabbit WebDAV pointing to a repository we are
> using. In my repository I've programmatically created some nodes of
> type nt:linkedFile that Reference other nt:folders in the repository.
>
> When I click on one of the nt:linkedFile's in a WebDAV it just shows the
> empty folder (since it has no child nodes).
>
> Is there a way to get the JackRabbit WebDAV to follow the Reference in a
> nt:linkedFile to the linked directory?
>
> Thanks,
> Steve
It should be possible to map them to HTTP redirects (see WebDAV redirect
extensions spec: <http://greenbytes.de/tech/webdav/rfc4437.html>).
Best regards, Julian
|