On 05/05/2010 22:41, Srinivasa Rao.Kandula wrote:
> Hello Team,
> I need help implementing a Custom Login module for a web application
> which will run on Tomcat 6.X. I need to access ServletRequest/HttpSession in
> side the login module to access an attribute from the HttpSession. Basically
Srinivas,
--- On Wed, 5/5/10 at 5:05 PM, Srinivasa Rao.Kandula
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 extract
:51:37 PM
Subject: Re: Help need for implementing Custom Login Module
--- On Wed, 5/5/10, Srinivasa Rao.Kandula wrote:
> I need help implementing a Custom Login
> module for a web application which will run on Tomcat 6.X. I
> need to access ServletRequest/HttpSession in side
--- On Wed, 5/5/10, Srinivasa Rao.Kandula wrote:
> I need help implementing a Custom Login
> module for a web application which will run on Tomcat 6.X. I
> need to access ServletRequest/HttpSession in side the login
> module to access an attribute from the HttpSession.
> Basically I'm suppos
Hello Team,
I need help implementing a Custom Login module for a web application which
will run on Tomcat 6.X. I need to access ServletRequest/HttpSession in side the
login module to access an attribute from the HttpSession. Basically I'm
supposed to use form-based authentication for the we