On Thu, Apr 29, 2010 at 10:08, marco sabatini <[email protected]> wrote: > The actual release make a filter on the users when the users do a search > with lucene!? > > For example: I'm the user "A" and I do a search, I find 10 docs. The user > "B" do the same search but user B is not authorized to see 3 docs, so He > finds 7 docs. Is possible to do this with the release 2.1.0 of jackrabbit?
Yes, of course, this is part of the JCR spec: http://www.day.com/specs/jcr/1.0/6.6.13_Permissions.html http://www.day.com/specs/jcr/2.0/6_Query.html#AccessRestrictions Regards, Alex -- Alexander Klimetschek [email protected]
