Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 33159 invoked from network); 5 Mar 2010 12:44:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Mar 2010 12:44:02 -0000 Received: (qmail 93999 invoked by uid 500); 5 Mar 2010 12:43:48 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 93961 invoked by uid 500); 5 Mar 2010 12:43:48 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 93936 invoked by uid 99); 5 Mar 2010 12:43:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Mar 2010 12:43:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Mar 2010 12:43:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3BF1F234C4CB for ; Fri, 5 Mar 2010 12:43:27 +0000 (UTC) Message-ID: <1611644805.97591267793007244.JavaMail.jira@brutus.apache.org> Date: Fri, 5 Mar 2010 12:43:27 +0000 (UTC) From: "Matt Goodall (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-683) Missing WWW-Authenticate header (regression) In-Reply-To: <504975201.97561267792887301.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841832#action_12841832 ] Matt Goodall commented on COUCHDB-683: -------------------------------------- Sorry, that was supposed to say, "(CouchDB 0.10.x **did**)". > Missing WWW-Authenticate header (regression) > -------------------------------------------- > > Key: COUCHDB-683 > URL: https://issues.apache.org/jira/browse/COUCHDB-683 > Project: CouchDB > Issue Type: Bug > Components: Database Core > Affects Versions: 0.11 > Reporter: Matt Goodall > > CouchDB does not send a "WWW-Authenticate" header in the 401 response (CouchDB 0.10.x) . May break many HTTP clients. > $ curl -i -X "PUT" http://localhost:5984/foo > HTTP/1.1 401 Unauthorized > Server: CouchDB/0.11.0bf93cb9b-git (Erlang OTP/R13B) > Date: Fri, 05 Mar 2010 12:40:28 GMT > Content-Type: text/plain;charset=utf-8 > Content-Length: 64 > Cache-Control: must-revalidate > {"error":"unauthorized","reason":"You are not a server admin."} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.