From feeccb6a9e435932346d6a9ddeeb12c969362177 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 26 Sep 2013 11:06:28 -0400 Subject: Bug 917669 - invalid or expired authentication tokens and cookies should throw errors, not be silently ignored r/a=glob --- Bugzilla/WebService.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Bugzilla/WebService.pm') 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 and C variable names instead of C and C as a convenience. +=item B + +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 -- cgit v1.2.3-24-g4f1b