You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/02/09 21:00:41 UTC

[40/57] [abbrv] couchdb commit: updated refs/heads/developer-preview-2.0 to 849b334

Enable _design_docs httpd handler

COUCHDB-1145


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/01846760
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/01846760
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/01846760

Branch: refs/heads/developer-preview-2.0
Commit: 01846760ab3d0bee088b69556898e6658b918178
Parents: 06e7bfa
Author: ILYA Khlopotov <ii...@ca.ibm.com>
Authored: Thu Dec 18 11:32:47 2014 -0800
Committer: ILYA Khlopotov <ii...@ca.ibm.com>
Committed: Thu Dec 18 12:36:06 2014 -0800

----------------------------------------------------------------------
 rel/overlay/etc/default.ini | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/01846760/rel/overlay/etc/default.ini
----------------------------------------------------------------------
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index f3b4c45..68e5f1d 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -178,6 +178,7 @@ _plugins = {couch_plugins_httpd, handle_req}
 [httpd_db_handlers]
 _all_docs = {couch_mrview_http, handle_all_docs_req}
 _local_docs = {couch_mrview_http, handle_local_docs_req}
+_design_docs = {couch_mrview_http, handle_design_docs_req}
 _changes = {couch_httpd_db, handle_db_changes_req}
 _compact = {couch_httpd_db, handle_compact_req}
 _design = {couch_httpd_db, handle_design_req}