On Fri, Feb 27, 2015 at 12:38 AM, Ian Boston <[email protected]> wrote: > On 27 February 2015 at 07:05, Bertrand Delacretaz <[email protected]> > wrote: >> ...FWIW this is how I'm doing it in my SLING-4386 prototype, but in that >> case the resource is mapped to a tenant based on a property found in >> the tenant's content subtree, instead of users. >>... > Will the capability be added to the existing AdapterFactory ?..
There are no plans so far but if people find this useful we can do that. The SLING-4386 code just switches to a different script resolver for resources that adapt to ContentTenant, so it doesn't change any existing behavior. OTOH we can also just implement this content-based tenant idea, separately from the SLING-4386 dynamic search paths thing. -Bertrand
