I'm providing my comments assuming that you are a Java developer.
1. Do you see any issues using a Servlet filter for doing this?
2. You could use realms if you can access ServletRequest object which
will give
you the IP address of the client. But I don't think you can access
Se
: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
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