Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 22876 invoked from network); 2 Jul 2007 14:09:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jul 2007 14:09:38 -0000 Received: (qmail 72558 invoked by uid 500); 2 Jul 2007 14:09:26 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 72538 invoked by uid 500); 2 Jul 2007 14:09:26 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 72527 invoked by uid 99); 2 Jul 2007 14:09:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2007 07:09:26 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of melser.anton@gmail.com designates 209.85.146.180 as permitted sender) Received: from [209.85.146.180] (HELO wa-out-1112.google.com) (209.85.146.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2007 07:09:22 -0700 Received: by wa-out-1112.google.com with SMTP id m38so2200571waf for ; Mon, 02 Jul 2007 07:09:02 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jZuww5k1x0NP44IAwdyFpu/WXg3FAGphzh54uZ1FyGplVARDlE2sXDtbo7Tw52HxQA/fU41kONdtf7inxM6UvM7B/bi02pZcnHZmnI2BmDJlQAvKMOphgz9zn68g77u38giufqucWvuVv53pMk2UmS58XzeRj85JrZp2yQ91ovw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=imgLJjEHjqaDfxZv56nOTZ+kR7BH8+R9INM/nVGWj8B7XWesiVeYzTUIpIZ+FJdxgDimJZTcXhTbx2RoBq0zOafsz6fzGqTtI7mstQmAA78BA3Y6cY9YS/kQa1Pc1HP5db/19I2H2j7WWWKyoRuQv0oxTPO1T0zFX+5hoGZQXI0= Received: by 10.115.111.1 with SMTP id o1mr5139396wam.1183385342132; Mon, 02 Jul 2007 07:09:02 -0700 (PDT) Received: by 10.115.93.4 with HTTP; Mon, 2 Jul 2007 07:09:02 -0700 (PDT) Message-ID: <92d3a4950707020709p6dbc7b51md505ac0137b86199@mail.gmail.com> Date: Mon, 2 Jul 2007 16:09:02 +0200 From: "Anton Melser" To: users@tomcat.apache.org Subject: problems with mod_jk modifying headers MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org (maybe a repost?) Hi all, We are running tomcat 5.5.23 on java 1.6.0 (suse 10.0 with addon java6 rpms for suse 10.1). These machines are load balanced behind an apache 2.2.2 with mod_jk jakarta-tomcat-connectors-1.2.15 (both compiled from sources). We have a page that is showing the html source instead of the page on firefox2. The funny thing is that when the page is accessed directly then the content type is text/html (and the page shows correctly) but when coming through mod_jk, it is coming as text/plain (and showing the source). This doesn't seem to bother IE7... Does anyone have any ideas? Cheers --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org