summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-09-26 17:06:28 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-09-26 17:06:28 +0200
commitfeeccb6a9e435932346d6a9ddeeb12c969362177 (patch)
treea60fa68c9ca2ca8148de72764e2ac74d65a7cc72 /Bugzilla/WebService.pm
parent186374529e05a18e216ee96675d80488289c9c42 (diff)
downloadbugzilla-feeccb6a9e435932346d6a9ddeeb12c969362177.tar.gz
bugzilla-feeccb6a9e435932346d6a9ddeeb12c969362177.tar.xz
Bug 917669 - invalid or expired authentication tokens and cookies should throw errors, not be silently ignored
r/a=glob
Diffstat (limited to 'Bugzilla/WebService.pm')
-rw-r--r--Bugzilla/WebService.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/Bugzilla/WebService.pm b/Bugzilla/WebService.pm
index 03548d257..92ffed659 100644
--- a/Bugzilla/WebService.pm
+++ b/Bugzilla/WebService.pm
@@ -181,6 +181,13 @@ For REST, you may also use the C<username> and C<password> variable
names instead of C<Bugzilla_login> and C<Bugzilla_password> as a
convenience.
+=item B<Added in Bugzilla 5.0>
+
+An error is now thrown if you pass invalid cookies or an invalid token.
+You will need to log in again to get new cookies or a new token. Previous
+releases simply ignored invalid cookies and token support was added in
+Bugzilla B<5.0>.
+
=back
=head1 STABLE, EXPERIMENTAL, and UNSTABLE