https://issues.apache.org/bugzilla/show_bug.cgi?id=54624

            Bug ID: 54624
           Summary: Form authenticator hangs on re-authentication of POST
                    request behind mod_proxy_ajp
           Product: Tomcat 7
           Version: 7.0.37
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: l...@boylesoftware.com
    Classification: Unclassified

Setup: Tomcat AJP connector behind mod_proxy_ajp, form-based authentication.

When session expires and a POST request is submitted, Tomcat shows login form,
user logs in, authenticator tries to restore the original POST request. Doing
that, it tries to swallow the AJP message body before replacing the body of the
request with the original POST request body. It tries to read the first 4 bytes
of the AJP message (the message length) and blocks forever waiting for those 4
bytes.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to