Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D0D654B05 for ; Fri, 17 Jun 2011 12:54:24 +0000 (UTC) Received: (qmail 23494 invoked by uid 500); 17 Jun 2011 12:54:23 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 23452 invoked by uid 500); 17 Jun 2011 12:54:23 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 23444 invoked by uid 99); 17 Jun 2011 12:54:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 12:54:23 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of marcello.nuccio@gmail.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 12:54:15 +0000 Received: by vws16 with SMTP id 16so1428593vws.11 for ; Fri, 17 Jun 2011 05:53:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=GXF0IM4sgS0WvN71Yes1JftJwIqnqAxe/fPQ1G5+mh0=; b=CU13AlfiNte1uEmlATmHq4/jSgZqXRJHG+krpQ8L622vMcZiQJMhUahkBh8Zp/QZLH P6WW7ErDiJl7+gKt4H96z2tpH8GRhiuZ52h6kMQU7xIr32gGQBMRzdy8CAt/h/DnWyB0 HriJC3+3eYIa7p00QUeB0Hm3vE2D9k2NeLnuE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=KiQeaK8uOzkh3wE65gIfbPocTB2CNRVCENs0oO51IbXLfvErt5VS/6a04KXI39hghh 2EzNm49OftxMtDvLdst/fO0SN1NK8ZwLKzjUrLack6FoPkA2zmfN/fKe1sawXsWmZZuB kk2SffsWmW8b905lqw0+1lSpH5O289SVL5FVs= MIME-Version: 1.0 Received: by 10.52.100.70 with SMTP id ew6mr3146839vdb.66.1308315234453; Fri, 17 Jun 2011 05:53:54 -0700 (PDT) Received: by 10.52.161.226 with HTTP; Fri, 17 Jun 2011 05:53:54 -0700 (PDT) In-Reply-To: References: Date: Fri, 17 Jun 2011 14:53:54 +0200 Message-ID: Subject: Re: Bug parsing Accept header? From: Marcello Nuccio To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Follow-up: To make it work like in CouchDB-1.0, I have tried to change Firefox Accept header. >From the "about:config" page, I have set "network.http.accept.default" to "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.0" from the default "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" i.e. I have changed the last character from "8" to "0". Now, Firefox is correctly redirected to the login page when accessing a password protected database. Does someone can confirm the same problem? Thanks, Marcello