Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 13686 invoked from network); 3 Jun 2002 22:40:37 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Jun 2002 22:40:37 -0000 Received: (qmail 27231 invoked by uid 97); 3 Jun 2002 22:40:36 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 27184 invoked by uid 97); 3 Jun 2002 22:40:36 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 27166 invoked by uid 98); 3 Jun 2002 22:40:35 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <01c501c20b4f$c97dc520$ec66a8c0@bbarkerxp> From: "Bill Barker" To: "Tomcat Developers List" References: Subject: Re: [3.3.2-dev] CoyoteConnector2 invalid headers Date: Mon, 3 Jun 2002 15:41:22 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Archived: msg.XXfGai2g@scooby X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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" To: Sent: Monday, June 03, 2002 3:55 PM Subject: [3.3.2-dev] CoyoteConnector2 invalid headers > 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. Any quick ideas while I dig > through the code? > > Keith > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > -- To unsubscribe, e-mail: For additional commands, e-mail: