You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Ramu, Vinod" <X2...@southernco.com> on 2005/03/07 23:01:12 UTC

J_security_check interceptor

Hi,

I am trying to intercept the submit action of login.jsp. I am using FORM
authentication. The plan is to wrap the response in the Servlet Filter
to intercept "j_security_check" action to identify the username,
password and role to create a user object. In this way user profile is
available for future authorization process. 

I tried to do so but failed to get the "j_security_check" action to
trigger my filter. I have my filter mapping set to
<url-pattern>/*</url-pattern>. The fact is that the filter is triggered
only after the authentication process is completed by the container for
every request but not during the authentication process.

Could anybody please suggest how to get this implemented? 
I would prefer a very generic solution that works across different
servers.

Thanks,
VinodRamu 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org