Skip to content

Commit f70d4ce

Browse files
committed
Bug 1180711: invalid_cookies_or_token should have a real error code
1 parent f9e2d3d commit f70d4ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Bugzilla/WebService/Constants.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ use constant WS_ERROR_CODE => {
155155
api_key_not_valid => 306,
156156
api_key_revoked => 306,
157157
auth_invalid_token => 307,
158+
invalid_cookies_or_token => 307,
158159

159160
# Except, historically, AUTH_NODATA, which is 410.
160161
login_required => 410,

0 commit comments

Comments
 (0)