Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 6385 invoked from network); 28 Oct 2009 21:31:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Oct 2009 21:31:22 -0000 Received: (qmail 33896 invoked by uid 500); 28 Oct 2009 21:31:22 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 33819 invoked by uid 500); 28 Oct 2009 21:31:21 -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 33809 invoked by uid 99); 28 Oct 2009 21:31:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Oct 2009 21:31:21 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Wed, 28 Oct 2009 21:31:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5ABF6234C045 for ; Wed, 28 Oct 2009 14:30:59 -0700 (PDT) Message-ID: <1422307924.1256765459366.JavaMail.jira@brutus> Date: Wed, 28 Oct 2009 21:30:59 +0000 (UTC) From: "Paul Joseph Davis (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-546) cookie_auth test fails when the client doesn't send cookies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 cookie_auth test fails when the client doesn't send cookies ----------------------------------------------------------- Key: COUCHDB-546 URL: https://issues.apache.org/jira/browse/COUCHDB-546 Project: CouchDB Issue Type: Bug Components: Test Suite Reporter: Paul Joseph Davis I noticed this when working on refactoring couchjs's curl bindings. It doesn't send cookies by default, which means its authenticated no matter what as cookie auth fail falls back to normal auth which isn't setup by the test. I tried adding an admin to the run_on_modified_server settings but there are quite a few calls that required auth being set so it broke and I left it after adding cookie support to the client. Note to future self to figure out how to test this. Might need a "don't send cookies" flag to the CouchHTTP XHR object I wrote that would only be set when run from make check as I'm not sure what browsers have in the way of support here. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.