10 Replies Latest reply on Aug 11, 2007 4:03 PM by milli

    Login Redirection not propagating GET parameters

    zdaler

      Using current CSV : after configuration the login redirection event listeners, I get the "login-required feature" all right but GET parameters to the original page are not propagated to the page after authentification.

      [...] attempts to access a restricted view while not logged in will be remembered, so that upon the user successfully logging in they will be redirected to the originally requested view, with any page parameters that existed in the original request.


      For instance, on the seam-booking example : main page is protected again unlogged access :
      trying to access
      http://localhost:8080/seam-booking/main.seam?testparam=test
      will redirect to authentification page, but after a successful authentification, the get parameter is not propagated :
      http://localhost:8080/seam-booking/main.seam?cid=11

      is that a bug of am I missing something ?