3 Replies Latest reply on Apr 26, 2002 3:27 PM by redhonda

    Where have my request parameters gone?

    dhinojosa

      Hey JBoss users (we need a nickname):

      I have the form based security and ejb security working fine and sweet, I have one problem though. Since the container is managing security, the request parameters are not saved after authentication.

      For example





      No lets say that ./MyServlet is required for authentication. The Form based login appears to the user and logs in, the user is authenticated, and resumes to ./MyServlet. The problem is ./MySerlvet has no idea what the request Parameters were, specifically what the value of "myField" was. Can I resolve this somehow?

      P.S. I would like to do the this without using a get method, I would like to use post. : )
      Thanks,
      Danno