Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8987517361 for ; Wed, 11 Mar 2015 13:58:48 +0000 (UTC) Received: (qmail 64853 invoked by uid 500); 11 Mar 2015 13:58:43 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 64789 invoked by uid 500); 11 Mar 2015 13:58:42 -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 64778 invoked by uid 99); 11 Mar 2015 13:58:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Mar 2015 13:58:42 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sharkymail@gmail.com designates 209.85.223.172 as permitted sender) Received: from [209.85.223.172] (HELO mail-ie0-f172.google.com) (209.85.223.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Mar 2015 13:58:38 +0000 Received: by iecvj10 with SMTP id vj10so29552698iec.0 for ; Wed, 11 Mar 2015 06:57:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ca0w7PXrsOufRkzuAwCJZCUPJmdWYczRUgo0NqMzIzo=; b=DDYLlOUpl9ZLkYkoBPR3jXHGZVS9Xc/1tozy6Qq6HyKqf93mYC4JZgzICk0aLyiz2X MjCnlZGkiwHLQD5DiJ9c6nQZTXlo2Nwqjf7ImQOvv+sk8V/gEOyItUiA0oduPKsN4+lf t65SRvO9nFg7Ng4W/Y35AvUp0UDML9x+moODDJzG4KULgCKfILA7b1DsmTt6f8zP6Tyu MsstQhw47dJ0Qm9MQCP9wOsrOSd4OQWrr1cYC44xFf8kp08rxzUepHcJGuruPx0qDcM3 fDYL9ad9OsMJN31w+ZJ5tuZl7ywGDkwB0e61LpTevqNN+hkovOqe8oNlCTMRdP1OHUCO 4GnA== MIME-Version: 1.0 X-Received: by 10.50.67.100 with SMTP id m4mr92895058igt.22.1426082252690; Wed, 11 Mar 2015 06:57:32 -0700 (PDT) Received: by 10.50.72.43 with HTTP; Wed, 11 Mar 2015 06:57:32 -0700 (PDT) In-Reply-To: <550040C1.2000401@christopherschultz.net> References: <54FE1A9C.40006@christopherschultz.net> <54FE2639.2020709@kippdata.de> <54FEFB33.4060602@christopherschultz.net> <54FF26F4.9000809@kippdata.de> <54FF6B94.8060705@ice-sa.com> <550040C1.2000401@christopherschultz.net> Date: Wed, 11 Mar 2015 13:57:32 +0000 Message-ID: Subject: Re: [URGENT] Content-Encoding: gzip not set From: Geoff Meakin To: Tomcat Users List Content-Type: multipart/alternative; boundary=047d7bd75b3417b525051103a6bd X-Virus-Checked: Checked by ClamAV on apache.org --047d7bd75b3417b525051103a6bd Content-Type: text/plain; charset=UTF-8 Hi Victor, I'm not sure if this is any use to you, but this guy seemed to have the same issue as you: http://stackoverflow.com/questions/1061066/http-compression-how-to-send-precompressed-files-that-exist-in-a-ear-file Are you able to use the suggestion of an output filter to add the content-encoding header for your already compressed files? It should work if you can classify your precompressed files somehow - e.g. existing in a directory or following a certain filename convention. Hope that helps --047d7bd75b3417b525051103a6bd--