0 Replies Latest reply on Jan 26, 2005 3:37 AM by williamwang

    how get j_Security_check keep original request uri

    williamwang

      hi:
      I am using JAAS http FORM authenticate.
      but I use custom servlet to login.
      after login success,I want to forward original request uri.
      but how to get the Container preservet the request uri?

      in specification 2.3 has follow comment;

      If the form based login is invoked because of an HTTP request, the original
      request parameters must be preserved by the container for use if, on successful
      authentication, it redirects the call to the requested resource.
      


      so ,how to get this keeped value from container?

      I am using jboss 3.2.3

      thanks