"Scott M Stark" <[EMAIL PROTECTED]> wrote:

> > As mentioned above, I'm in the happy situation that there are only
> > two servlets that dispatch *everything*. So that's what I'll do
> > now: I login at the beginning of the init() and service() methods
> > and logout in a finally block. Will this work as expected?
> > 
> Yes because you are establishing the user identity every time in
> each request thread.

Just FYI: This did *not* work as expected. I now do the same thing
using the "hard" method and it works great -- it's just not as elegant
as it could be... :-)


-- 
    (o_     Raffael Herzog
    //\    [EMAIL PROTECTED]
    V_/_
May the penguin be with you!

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to