Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 39457 invoked from network); 2 Feb 2010 17:30:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2010 17:30:46 -0000 Received: (qmail 23445 invoked by uid 500); 2 Feb 2010 17:30:45 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 23359 invoked by uid 500); 2 Feb 2010 17:30:44 -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 23349 invoked by uid 99); 2 Feb 2010 17:30:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 17:30:44 +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; Tue, 02 Feb 2010 17:30:42 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 78FF5234C1F2 for ; Tue, 2 Feb 2010 09:30:21 -0800 (PST) Message-ID: <1815877329.29541265131821493.JavaMail.jira@brutus.apache.org> Date: Tue, 2 Feb 2010 17:30:21 +0000 (UTC) From: "Chris Anderson (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-637) more info in #http available to handler In-Reply-To: <1355252641.27791265123663194.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828672#action_12828672 ] Chris Anderson commented on COUCHDB-637: ---------------------------------------- I've got nothing against this but I'd suggest the change should be part of a patch that makes use of it. > more info in #http available to handler > --------------------------------------- > > Key: COUCHDB-637 > URL: https://issues.apache.org/jira/browse/COUCHDB-637 > Project: CouchDB > Issue Type: Improvement > Affects Versions: 0.11, 0.12 > Reporter: Benoit Chesneau > Attachments: http_record.diff > > > Attached is a diff that add default_fun and url_handlers to #http. It's useful for any custom handler that need to use the > http_handler and not only the db and design http handlers. Like for example in the rewriter. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.