3 Replies Latest reply on Feb 6, 2006 8:35 AM by poyge394

    custom logon action

    armita

      Could some body please tell me how to write a custom logon action? the j_security_check is not good for me because I want to do some other things when the user logges in the application

        • 1. Re: custom logon action
          poyge394

          why cant you do other things when the user logges in to the application when you use j_security_check ? can you explain more what you whant to do ?

          • 2. Re: custom logon action
            armita

            Because, the j_security_check handler is handled by the container. I don't know how to access/overwrite it and I don't know if it gives any callback handler

            • 3. Re: custom logon action
              poyge394

              i still dont understand what you try to do, a use case would be nice,
              yes j_security_check is hadled av the container, when you try to access a restricted url the container redirect you to the login.jsp with your j_security_check action.
              do you try to login from a standalone java client or one servlet ?
              / Poyan