From f70d4ce7e0a94379bb901559109650874946c84b Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 6 Jul 2015 22:58:58 +0800 Subject: Bug 1180711: invalid_cookies_or_token should have a real error code --- Bugzilla/WebService/Constants.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index a8d2f1db2..758fdebde 100644 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -155,6 +155,7 @@ use constant WS_ERROR_CODE => { api_key_not_valid => 306, api_key_revoked => 306, auth_invalid_token => 307, + invalid_cookies_or_token => 307, # Except, historically, AUTH_NODATA, which is 410. login_required => 410, -- cgit v1.2.3-24-g4f1b