Servlet filter on j_security_check

2006-02-02 Thread Martin Dubuc
I am using form based authentication in my application. I would like to know if it is possible to install a Servlet filter on j_security_check. I have tried to install one, but it never gets invoked. Here is my filter definition in application web.xml: LoginFilter

Re: Servlet filter on j_security_check

2006-02-02 Thread Tim Funk
You can't install a filter on j_security_check -Tim Martin Dubuc wrote: I am using form based authentication in my application. I would like to know if it is possible to install a Servlet filter on j_security_check. I have tried to install one, but it never gets invoked. Here

Re: Servlet filter on j_security_check

2006-02-02 Thread Frank W. Zammetti
x.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Thu, February 2, 2006 2:51 pm, Martin Dubuc said: > I am using form based authentication in my application. I would like to > know if it is possible to install a Servlet filter on j_security_check. > > I have tried to

Re: Servlet filter on j_security_check

2006-02-02 Thread Frank W. Zammetti
I am using form based authentication in my application. I would like >> to know if it is possible to install a Servlet filter on >> j_security_check. >> >> I have tried to install one, but it never gets invoked. Here is my >> filter definition in application we

Re: Servlet filter on j_security_check

2006-02-02 Thread Tim Funk
If you want to be spec compliant. There is a bugzilla entry with respect to this and confirmation by the expert group that Tomcat's behavior is correct. -Tim Frank W. Zammetti wrote: Well, there you go Martin :) Tim, is this something peculiar to Tomcat that doesn't allow it? As I mentioned

Re: Servlet filter on j_security_check

2006-02-02 Thread Frank W. Zammetti
Interesting. Thanks for that info! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Thu, February 2, 2006 3:04 pm, Tim Funk said: > If you want to be spec compliant. There is a bugzill