Hi, On 28.12.2009 17:08, Carsten Ziegeler wrote: > When we're doing changes in this area, we might also look at the same > time at one of the things which is on our todo list for a long time :) > > The basic question: how to get a resource resolver? > (http://mail-archives.apache.org/mod_mbox/incubator-sling-dev/200811.mbox/%3c491727d7.4070...@gmail.com%3e)
Yes, we should definitely pick this up again .... > >>From a Sling perspective I guess after authentication happend, a > resource resolver for the current user is available (somehow) - we > shouldn't use the session approach like we have now. Therefore looking > at how to create a resource resolver from some factory might be help here. Agreed, regardless of the above the standalone authenticator will provide a ResourceResolver and not a Session as a request attribute. Regards Felix