Bill Barker wrote:
Without actually checking, mod_jk/mod_proxy_ajp should only send an unrequested initial bodyChunk if the client sends a CL. So if there is no CL, Tomcat will send back GET_BODY_CHUNK message, and act on the response from Httpd/IIS/SunOne.

The main purpose of the "read required" field is to clean up if the Servlet fails to actually read the (small) Request body, even though Httpd sent it to Tomcat. Now (like the APR/AJP Connector), Tomcat doesn't attempt to actually read (by default) the unrequested initial bodyChunk until the Servlet asks for it. However, if Httpd sent it, and the Servlet didn't ask for it, Tomcat needs to get it out of the the Socket stream, or bad things are going to happen ;-).

I have no idea if I need to make a similar change in APR AJP. This stuff is a bit black magic to me.

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to