On Mon, 2006-03-13 at 11:05 +1000, Torgeir Veimo wrote: > How is an AccessManager supposed to be configured in order to get to > repository data? My idea would be to retrieve a read-only session in > some way that is not protected by the access manager. Is this possible > in some way, by clever configuration in repository.xml or other means?
>From what I can determine, an access manager is not able to actually take repository data into account when authorizing a user to perform an operation on a node, only the node path is provided. The AMContext allows you to get to a hierarchymanager, a namespaceresolver and a filesystem. There's no way to load up nodes. Is this by design or am I missing something somewhere? -- Torgeir Veimo <[EMAIL PROTECTED]>