Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 60601 invoked from network); 7 Dec 2006 22:19:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2006 22:19:38 -0000 Received: (qmail 69474 invoked by uid 500); 7 Dec 2006 22:19:45 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 69431 invoked by uid 500); 7 Dec 2006 22:19:45 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 69417 invoked by uid 99); 7 Dec 2006 22:19:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 14:19:45 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 14:19:36 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 79FA17142F7; Thu, 7 Dec 2006 14:19:16 -0800 (PST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 39727] - Incorrect ETag on gzip:ed content In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20061207221916.79FA17142F7@brutus.apache.org> Date: Thu, 7 Dec 2006 14:19:16 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=39727 ------- Additional Comments From hno@squid-cache.org 2006-12-07 14:19 ------- My suggestion is to simply extend the existing etag with a gzip marker, for example adding ;gzip at the end or something like that. I.e. if the original reply had ETag: "6bf1f7-6-1b6d6340" Then make mod-gzip translate this to ETag: "6bf1f7-6-1b6d6340;gzip" This should allows for easy bidirectional mapping, simplifying most conditionals as no transformation of the entity body is needed to find the etag, and the simple format makes it easier to trace should any misunderstandings occur. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org