Results 1 to 3 of 3

Thread: login redirect problem

Threaded View

  1. #1
    Join Date
    Jan 2006
    Posts
    2

    Unhappy login redirect problem

    I'm running on Tomcat 5.5 server. The problem is on first login the user is redirect back to the login page. I have extended the AuthenticationProcessingFilter to
    store the redirect target in ACEGI_SECURITY_TARGET_URL_KEY based on the user authority in the onSuccessfulAuthentication
    method but it seems that it doesn't working on the first login.

    Thank you.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •