I've implemented my own access manager to protect some documents and folders (the application is an Document Management System -> OpenKM). Look at this folder hierarchy:
root -> folder1 -> folder2 -> testDocument If I protect 'folder2' (user can't read) when I search the 'testDocument' is included in the search results, why? Note: You can see the access manager source code at: http://openkm.cvs.sourceforge.net/openkm/openkm/src/es/git/openkm/core/OKMAccessManager.java?revision=1.1&view=markup -- Paco Avila <[EMAIL PROTECTED]>
