2 Replies Latest reply on Nov 10, 2006 1:46 PM by anil.saldhana

    Problem with J_security_check

    frezzlee

      Hi,
      I'm using j_security_check to authenticate my system login and I'm facing a problem with the redirection after verifying the user credentials.

      When the user enters a valid userid and incorrect password, the system will direct to the correct login error page.

      When the user enters a valid userid and correct password, the system hangs at j_security_check. The displayed URL is something like "http://www.test.com/j_security_check". It fails to direct to the intended Login servlet.

      May I know where does the problem lies and how I can resolve this?

      Thanks and appreciate your comments/advice.