summaryrefslogtreecommitdiff
path: root/share/www/script/couch_tests.js
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2009-08-18 17:09:42 +0000
committerJan Lehnardt <jan@apache.org>2009-08-18 17:09:42 +0000
commit0a902eb4ad64ee86f8af9915efb26a46bbb84d50 (patch)
treec16733966d49a5137f5a04ab03bebb4431ad1be0 /share/www/script/couch_tests.js
parent3d96395f24baf66956de819a83bd3615ba45d721 (diff)
allow configurable X-Forwarded-Host header handling for work behind reverse proxies, patch by Benoit Chesneau, closes COUCHDB-466
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@805500 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script/couch_tests.js')
-rw-r--r--share/www/script/couch_tests.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js
index 255c0228..3640b5a5 100644
--- a/share/www/script/couch_tests.js
+++ b/share/www/script/couch_tests.js
@@ -81,6 +81,7 @@ loadTest("oauth.js");
loadTest("stats.js");
loadTest("rev_stemming.js");
loadTest("erlang_views.js");
+loadTest("http.js");
function makeDocs(start, end, templateDoc) {
var templateDocSrc = templateDoc ? JSON.stringify(templateDoc) : "{}"