Re: [3.3.2-dev] CoyoteConnector2 invalid headers

2002-06-03 Thread Remy Maucherat
When using CC2 with TC 3.3.2, every request sets both the content-length and the transfer-encoding, which is not only wrong, but can confuse some clients. Content-Length: 9 Transfer-Encoding: chunked The 4.0 org.apache.catalina.connector.http.HttpConnector does not have this problem.

Re: [3.3.2-dev] CoyoteConnector2 invalid headers

2002-06-03 Thread Bill Barker
It looks like Tomcat3Response.endHeaders needs to call coyoteResponse.setContentLength so that Http11Processor can see it. It might also want to call setContentType, but that one doesn't seem to be used by the Http11Processor. - Original Message - From: Keith Wannamaker [EMAIL PROTECTED]