You can't run a filter against j_security_check

-Tim

Klotz Jr, Dennis wrote:
What I'm trying to do is once a user is authorized on my server, using FORM 
based authorization, I want a different servlet (other than what the user might 
have originally requested) to be called before any web page is shown to the 
user. The servlet helps manage a user's account and I need to let the servlet 
know as soon as the user has logged in.
How can I do this? Here's what I've tried to do writing my own filter. example of my filter: public void doFilter(ServletRequest request,ServletResponse response,FilterChain chain)
{
    // get authorized by j_security_check

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to