> >> 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/pri
vacy/src/main/java/org/sakaiproject/nakamura/privacy/PrivacyItemFilter.java


>On reflection, the changes I need are quite extensive so I am going to create 
>a custom webdav bundle for Nakamura rather than try and plug all of >these 
>into Slings Webdav bundle. I think our use cases in this area are quire 
>specific.
>
>Ian

To be honest, I'm not sure if your use case is really that specific.
I can imagine that we'll come accross similar problems in the future.
At least should it be possible to get access to a child node if
there are read rights on this node, even if there are no read rights
on one of the parent nodes, which is, as far I followed the discussion,
not possible by the time, because the Sling JCR Resource Provider
follows the nodes down the structure.

best regards
mike



Reply via email to