You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/06 23:28:59 UTC

[2/3] couchdb commit: updated refs/heads/1843-feature-bigcouch to 3688eab

Fix HTTP handler for view cleanup requests


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

Branch: refs/heads/1843-feature-bigcouch
Commit: 03f8de2b9efefb4a307505f06117bb1701b958a3
Parents: 3d7d616
Author: Paul J. Davis <pa...@gmail.com>
Authored: Thu Feb 6 16:27:59 2014 -0600
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Thu Feb 6 16:27:59 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/03f8de2b/rel/overlay/etc/default.ini
----------------------------------------------------------------------
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 8a07a1d..be1745d 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -75,7 +75,7 @@ _system = {chttpd_misc, handle_system_req}
 
 [httpd_db_handlers]
 _all_docs = {couch_mrview_http, handle_all_docs_req}
-_view_cleanup = {couch_httpd_db, handle_view_cleanup_req}
+_view_cleanup = {couch_mrview_http, handle_cleanup_req}
 _compact = {couch_httpd_db, handle_compact_req}
 _design = {couch_httpd_db, handle_design_req}
 _temp_view = {couch_mrview_http, handle_temp_view_req}