Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 29327 invoked from network); 8 Jun 2004 21:38:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Jun 2004 21:38:55 -0000 Received: (qmail 6217 invoked by uid 500); 8 Jun 2004 21:39:11 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 6184 invoked by uid 500); 8 Jun 2004 21:39:10 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 6169 invoked by uid 99); 8 Jun 2004 21:39:10 -0000 Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 08 Jun 2004 14:39:10 -0700 Received: (qmail 23043 invoked by uid 50); 8 Jun 2004 21:39:54 -0000 Date: 8 Jun 2004 21:39:54 -0000 Message-ID: <20040608213954.23042.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 29446] - want directive for setting content negotiation quality (qs) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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=29446 want directive for setting content negotiation quality (qs) ------- Additional Comments From john@neggie.net 2004-06-08 21:39 ------- In the example I gave, it turns out that the map file must be even more verbose and redundant, as it seems that Content-language must be provided for each item in order for content negotiation to work: URI: index URI: index.rss Content-type: application/rss+xml; qs=.1 Content-language: en URI: index.en.html Content-type: text/html Content-language: en URI: index.fr.html Content-type: text/html Content-language: fr . . . --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org