Srinivas,

--- On Wed, 5/5/10 at 5:05 PM, Srinivasa Rao.Kandula <srinivas_j...@yahoo.com> 
wrote:

> Well, I know how to implement
> form-based authentication. Here the requirement is to access
> ServletRequest/HttpSession from the login module. Thanks for
> you inputs though. 
> 

You could implement a Filter that extracts the attribute(s) of interest
from the ServletRequest/HttpSession and use ThreadLocal to make the
attribute(s) available throughout your application for the life of the
Request.

- Bob


      

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to