The following reply was made to PR config/2448; it has been noted by GNATS.
From: Dean Gaudet <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: mod_mime/2448: incorrect handling of .Z and .gz extensions Date: Wed, 17 Jun 1998 00:27:26 -0700 (PDT) For the record, apache is broken in its handling of this stuff. Specifically, if a browser does not send "Accept-Encoding: gzip" (or x-gzip), apache should respond: Content-Type: application/gzip At the moment it incorrectly responds: Content-Type: x/y (the unzipped type, i.e. application/tar) Content-Encoding: gzip Dean
