0 Replies Latest reply on Feb 2, 2005 1:20 PM by fdediego

    POST changed to GET after login form authentication

    fdediego

      When using form based authentication and the method POST to request a Servlet. If the client is not authenticated (logged) before the POST request, the server intercepts the POST and reply with the login-form-page , then resumes the POST. But in JBoss 3.2.6 after a succesful authentication, in the original requested Servlet the method Request.getMethod() returns GET instead of POST. In all posterior request, not intercepted by the authentication, Request.getMethod() returns POST as expected.

      Is that a JBoss bug ?