Hi all I stumbled upon a nice library to create WebDAV servers [1] and set out to create a simple WebDAV server to serve the Sling resource tree (everything available through the ResourceResovler) over WebDAV in a filesystem-like structure to enable file system mapping.
In a sense it is comparable to the jcr/webdav bundle but exposing the whole resource tree instead of just the repository. In fact, resources registered using the Filesystem provider are even exposed as read/write. Currently this stuff is in my whitebox [2] for you to play around with. Wenn deployed the WebDAV server is at /milton (e.g. http//localhost:8888/milton). WDYT ? Would such a thing make sense in Sling 6 (or Sling 7) ? Regards Felix [1] http://milton.ettrema.com/index.html [2] http://svn.apache.org/repos/asf/sling/whiteboard/fmeschbe/milton
