Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3611A109AC for ; Thu, 3 Oct 2013 14:13:30 +0000 (UTC) Received: (qmail 28802 invoked by uid 500); 3 Oct 2013 14:13:21 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 28620 invoked by uid 500); 3 Oct 2013 14:13:20 -0000 Mailing-List: contact commits-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 commits@couchdb.apache.org Received: (qmail 28407 invoked by uid 99); 3 Oct 2013 14:13:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 14:13:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 18E8E90E737; Thu, 3 Oct 2013 14:13:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org Date: Thu, 03 Oct 2013 14:13:29 -0000 Message-Id: <183c7265420a4fccbb253fd0e20efe6f@git.apache.org> In-Reply-To: <9351b938e1204588abbb8b05c490028f@git.apache.org> References: <9351b938e1204588abbb8b05c490028f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [16/42] git commit: updated refs/heads/master to a4d6cd4 add _plugins to [httpd_global_handlers] in default.ini Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/69acec4c Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/69acec4c Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/69acec4c Branch: refs/heads/master Commit: 69acec4c3e977db0b9055141972ee60b8d789ebf Parents: c3efead Author: Jan Lehnardt Authored: Thu Aug 1 17:07:40 2013 +0200 Committer: Jan Lehnardt Committed: Thu Oct 3 16:08:35 2013 +0200 ---------------------------------------------------------------------- etc/couchdb/default.ini.tpl.in | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/69acec4c/etc/couchdb/default.ini.tpl.in ---------------------------------------------------------------------- diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 43b13a0..7645c33 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -160,6 +160,7 @@ _log = {couch_httpd_misc_handlers, handle_log_req} _session = {couch_httpd_auth, handle_session_req} _oauth = {couch_httpd_oauth, handle_oauth_req} _db_updates = {couch_dbupdates_httpd, handle_req} +_plugins = {couch_plugins_httpd, handle_req} [httpd_db_handlers] _all_docs = {couch_mrview_http, handle_all_docs_req}