Hi, Looking at PluggableDefaultAccessManager,
Is it possible to implement a AccessManagerPlugin that uses the DefaultAccessManager that comes with Jackrabbit for most of the ACL resolution calls. It looks like the PluggableDefaultAccessManager is an all or nothing switch to the plugin if its there.
IIRC DefaultAccessManager is well protected from an extension point of view and the PluggableDefaultAccessManager has all its public methods overwritten so you cant get to the super externally.
I think (but could be wrong) its all or nothing as it stands, it would be nice to ask the plugin first and then ask the default but boolean is only true or false :(
Ian
