Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 82701 invoked from network); 14 Apr 2003 21:16:32 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 14 Apr 2003 21:16:32 -0000 Received: (qmail 21505 invoked by uid 97); 14 Apr 2003 21:18:31 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 21497 invoked from network); 14 Apr 2003 21:18:31 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 14 Apr 2003 21:18:31 -0000 Received: (qmail 81276 invoked by uid 500); 14 Apr 2003 21:16:19 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 81226 invoked from network); 14 Apr 2003 21:16:18 -0000 Received: from cliff.parexel.com (12.104.6.170) by daedalus.apache.org with SMTP; 14 Apr 2003 21:16:18 -0000 Received: from p1usxbo6.parexel.com (p1usxbo6 [172.24.215.105]) by cliff.parexel.com (8.12.8/8.12.8) with ESMTP id h3ELFF85015838 for ; Mon, 14 Apr 2003 17:15:15 -0400 (EDT) Received: by P1USXBO6 with Internet Mail Service (5.5.2653.19) id <2YF3J3KW>; Mon, 14 Apr 2003 17:18:12 -0400 Message-ID: From: "Kundrot, Steven" To: "'Tomcat Users List'" Subject: JkCoyoteHandler, JK2 and request.getHeader("User-Agent") Date: Mon, 14 Apr 2003 17:18:08 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C302CB.5868DDB0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C302CB.5868DDB0 Content-Type: text/plain; charset="UTF-8" Ran into a problem with the new Jk handler class. I have the following connector setup: Everything was working well with Apache 2.0.44 (Linux 7.2) on the front end and v2.0.1 of the JK2 connector. However, we ran into problems when calling request.getHeader("User-Agent") within a servlet. Instead of receiving a "User-Agent" string, we received random bits of HTML. Has anyone else seen this problem? Why is the request that the Coyote connector creates not handling the headers correctly? Our current work around is to use the slightly older Ajp13 connector class: Have others seen this problem? Has a bug been logged? Thanks, Steve Steven Kundrot ------_=_NextPart_001_01C302CB.5868DDB0--