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
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.
>
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 fo
Hey all,
System: Tomcat 6.0.15, JDK 6.0, Windows Vista BE.
I've been tasked with creating a custom login module that will integrate
with our current system (which uses the ole request.getRemoteUser() call
some). I need to figure out what I'm not doing to integrat