0 Replies Latest reply on Aug 1, 2007 12:22 PM by kpalania

    Using filters with j_security_check

    kpalania

      Hi,
      I've an app that uses form based authentication and custom Login Modules. How can I intercept a request to a secure URL (before JBoss container does it, and redirects to login page) so that I can do some pre-processing?

      I tried adding a filter and mapped it to "/j_security_check" but that doesnt seem to kick in when I access a secure URL and I am thrown to the login page, which I don't want. Thanks.