You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/03/27 14:21:23 UTC

[1/4] couchdb commit: updated refs/heads/master to 8b429c8

Repository: couchdb
Updated Branches:
  refs/heads/1.3.x 10c8fbc90 -> d93097e5f
  refs/heads/1.4.x 5be029c3f -> 4b814a3e9
  refs/heads/1.5.x cec70ebce -> a8f9c64eb
  refs/heads/master 83cc81361 -> 8b429c836


s/401/403


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

Branch: refs/heads/master
Commit: 8b429c8362505a59e5332bd4c9d93142d495f01a
Parents: 83cc813
Author: Robert Newson <rn...@apache.org>
Authored: Thu Mar 27 13:19:46 2014 +0000
Committer: Robert Newson <rn...@apache.org>
Committed: Thu Mar 27 13:19:46 2014 +0000

----------------------------------------------------------------------
 share/www/script/test/uuids.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/8b429c83/share/www/script/test/uuids.js
----------------------------------------------------------------------
diff --git a/share/www/script/test/uuids.js b/share/www/script/test/uuids.js
index 0f141a9..d304c4e 100644
--- a/share/www/script/test/uuids.js
+++ b/share/www/script/test/uuids.js
@@ -82,7 +82,7 @@ couchTests.uuids = function(debug) {
 
   // test max_uuid_count
   var xhr = CouchDB.request("GET", "/_uuids?count=1001");
-  TEquals(401, xhr.status, "should error when count > max_count");
+  TEquals(403, xhr.status, "should error when count > max_count");
 
   run_on_modified_server([{
       "section": "uuids",


[3/4] couchdb commit: updated refs/heads/1.3.x to d93097e

Posted by rn...@apache.org.
s/401/403


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

Branch: refs/heads/1.3.x
Commit: d93097e5f30dad51a1c1162ebdd7cf48951b41e6
Parents: 10c8fbc
Author: Robert Newson <rn...@apache.org>
Authored: Thu Mar 27 13:19:46 2014 +0000
Committer: Robert Newson <rn...@apache.org>
Committed: Thu Mar 27 13:20:39 2014 +0000

----------------------------------------------------------------------
 share/www/script/test/uuids.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/d93097e5/share/www/script/test/uuids.js
----------------------------------------------------------------------
diff --git a/share/www/script/test/uuids.js b/share/www/script/test/uuids.js
index 0f141a9..d304c4e 100644
--- a/share/www/script/test/uuids.js
+++ b/share/www/script/test/uuids.js
@@ -82,7 +82,7 @@ couchTests.uuids = function(debug) {
 
   // test max_uuid_count
   var xhr = CouchDB.request("GET", "/_uuids?count=1001");
-  TEquals(401, xhr.status, "should error when count > max_count");
+  TEquals(403, xhr.status, "should error when count > max_count");
 
   run_on_modified_server([{
       "section": "uuids",


[2/4] couchdb commit: updated refs/heads/1.4.x to 4b814a3

Posted by rn...@apache.org.
s/401/403


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

Branch: refs/heads/1.4.x
Commit: 4b814a3e912abd99d6efd1b58e09f5a4e54b24de
Parents: 5be029c
Author: Robert Newson <rn...@apache.org>
Authored: Thu Mar 27 13:19:46 2014 +0000
Committer: Robert Newson <rn...@apache.org>
Committed: Thu Mar 27 13:20:22 2014 +0000

----------------------------------------------------------------------
 share/www/script/test/uuids.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/4b814a3e/share/www/script/test/uuids.js
----------------------------------------------------------------------
diff --git a/share/www/script/test/uuids.js b/share/www/script/test/uuids.js
index 0f141a9..d304c4e 100644
--- a/share/www/script/test/uuids.js
+++ b/share/www/script/test/uuids.js
@@ -82,7 +82,7 @@ couchTests.uuids = function(debug) {
 
   // test max_uuid_count
   var xhr = CouchDB.request("GET", "/_uuids?count=1001");
-  TEquals(401, xhr.status, "should error when count > max_count");
+  TEquals(403, xhr.status, "should error when count > max_count");
 
   run_on_modified_server([{
       "section": "uuids",


[4/4] couchdb commit: updated refs/heads/1.5.x to a8f9c64

Posted by rn...@apache.org.
s/401/403


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

Branch: refs/heads/1.5.x
Commit: a8f9c64eb2eb05c691967bf1bce66b541f2b214a
Parents: cec70eb
Author: Robert Newson <rn...@apache.org>
Authored: Thu Mar 27 13:19:46 2014 +0000
Committer: Robert Newson <rn...@apache.org>
Committed: Thu Mar 27 13:20:59 2014 +0000

----------------------------------------------------------------------
 share/www/script/test/uuids.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/a8f9c64e/share/www/script/test/uuids.js
----------------------------------------------------------------------
diff --git a/share/www/script/test/uuids.js b/share/www/script/test/uuids.js
index 0f141a9..d304c4e 100644
--- a/share/www/script/test/uuids.js
+++ b/share/www/script/test/uuids.js
@@ -82,7 +82,7 @@ couchTests.uuids = function(debug) {
 
   // test max_uuid_count
   var xhr = CouchDB.request("GET", "/_uuids?count=1001");
-  TEquals(401, xhr.status, "should error when count > max_count");
+  TEquals(403, xhr.status, "should error when count > max_count");
 
   run_on_modified_server([{
       "section": "uuids",