On 6 Jul 2010, at 09:21, Ian Boston wrote: > > 1. In the WebDav area: > > We could modify the webdav servlet to allow other bundles to provide an > implementation of SlingResourceConfig or ItemFilter in the Sling webdav > bundle or some other service implementation to provide filtering of webdav.
It may turn out to be irrelevant, but here is a patch[1] to make the WebDav servlet Item Filter pluggable. I have a implementation that works for what I need to do at [2]. WDYT about 1 for Sling ? Ian 1 http://codereview.appspot.com/1752041 2 http://github.com/ieb/open-experiments/blob/master/sandbox/privacy/src/main/java/org/sakaiproject/nakamura/privacy/PrivacyItemFilter.java
