From 22ac4064da3f75f68df8bc939e6d5399f57a3ba8 Mon Sep 17 00:00:00 2001 From: "bbaetz%acm.org" <> Date: Thu, 17 Apr 2008 18:26:12 +0000 Subject: Bug 428941 – Allow extension webservices to override LOGIN_EXEMPT r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/WebService/Bugzilla.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Bugzilla/WebService/Bugzilla.pm') diff --git a/Bugzilla/WebService/Bugzilla.pm b/Bugzilla/WebService/Bugzilla.pm index c6b0218cf..dde9cfd4b 100755 --- a/Bugzilla/WebService/Bugzilla.pm +++ b/Bugzilla/WebService/Bugzilla.pm @@ -26,6 +26,12 @@ import SOAP::Data qw(type); use Time::Zone; +# Basic info that is needed before logins +use constant LOGIN_EXEMPT => { + timezone => 1, + version => 1, +}; + sub version { return { version => type('string')->value(BUGZILLA_VERSION) }; } -- cgit v1.2.3-24-g4f1b