diff options
author | Byron Jones <glob@mozilla.com> | 2015-07-06 16:58:58 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-07-06 16:58:58 +0200 |
commit | f70d4ce7e0a94379bb901559109650874946c84b (patch) | |
tree | d47c14107afba11a1e869a6a0951dc6dad029370 /Bugzilla | |
parent | f9e2d3dcdda92e969e7bb61f773f6e562ed7371d (diff) | |
download | bugzilla-f70d4ce7e0a94379bb901559109650874946c84b.tar.gz bugzilla-f70d4ce7e0a94379bb901559109650874946c84b.tar.xz |
Bug 1180711: invalid_cookies_or_token should have a real error code
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/WebService/Constants.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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, |