diff options
author | Benoit Chesneau <benoitc@apache.org> | 2010-02-02 21:05:51 +0000 |
---|---|---|
committer | Benoit Chesneau <benoitc@apache.org> | 2010-02-02 21:05:51 +0000 |
commit | a4da98647be6e14eab5299c462ed47c2fda990c1 (patch) | |
tree | 9800143739d5d4a9f6c7dd95b92532970fb5bbf9 /share | |
parent | 3540c5a164a3af404110534004951baa911d3b97 (diff) |
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
Diffstat (limited to 'share')
-rw-r--r-- | share/Makefile.am | 1 | ||||
-rw-r--r-- | share/www/script/couch_tests.js | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/share/Makefile.am b/share/Makefile.am index 0288ada6..69f5baaf 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -134,6 +134,7 @@ nobase_dist_localdata_DATA = \ www/script/test/lots_of_docs.js \ www/script/test/multiple_rows.js \ www/script/test/oauth.js \ + www/script/test/proxyauth.js \ www/script/test/purge.js \ www/script/test/reader_acl.js \ www/script/test/recreate_doc.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"); |