From a4da98647be6e14eab5299c462ed47c2fda990c1 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Tue, 2 Feb 2010 21:05:51 +0000 Subject: proxy authentification handler. This handler allows creation of a userCtx object from a user authenticated remotly. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@905797 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/couch_tests.js | 1 + 1 file changed, 1 insertion(+) (limited to 'share/www/script/couch_tests.js') diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js index 04253c58..85d07065 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -62,6 +62,7 @@ loadTest("multiple_rows.js"); loadScript("script/oauth.js"); loadScript("script/sha1.js"); loadTest("oauth.js"); +loadTest("proxyauth.js"); loadTest("purge.js"); loadTest("reader_acl.js"); loadTest("recreate_doc.js"); -- cgit v1.2.3