summaryrefslogtreecommitdiff
path: root/share/Makefile.am
diff options
context:
space:
mode:
authorDamien F. Katz <damien@apache.org>2010-06-23 19:11:50 +0000
committerDamien F. Katz <damien@apache.org>2010-06-23 19:11:50 +0000
commitfeb18bd6efc40126bdb4af390419223e10ef134d (patch)
tree0833e401ab28327acf5f377bb929fe8d351502c8 /share/Makefile.am
parent918f8bf54a4aeffc3c0ef4ad1fa31ce93bbc1346 (diff)
Authentication caching, to avoid repeated opening and closing of the users database for each request requiring authentication. COUCHDB-807
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957314 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/Makefile.am')
-rw-r--r--share/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/Makefile.am b/share/Makefile.am
index 935815a2..3c4b5da5 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -110,6 +110,7 @@ nobase_dist_localdata_DATA = \
www/script/test/attachment_names.js \
www/script/test/attachment_paths.js \
www/script/test/attachment_views.js \
+ www/script/test/auth_cache.js \
www/script/test/basics.js \
www/script/test/batch_save.js \
www/script/test/bulk_docs.js \