diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-04-22 11:52:45 -0700 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-04-22 11:52:45 -0700 |
commit | 5bb84b3c6efc503652a14e59efbe2b7c548608dd (patch) | |
tree | c75323c210888cc942678f892dc0b84cbf868410 /Bugzilla/Auth/Login/Env.pm | |
parent | d8e899bace75e1f4bd99443baaeaebac8b819251 (diff) | |
download | bugs-5bb84b3c6efc503652a14e59efbe2b7c548608dd.tar bugs-5bb84b3c6efc503652a14e59efbe2b7c548608dd.tar.gz bugs-5bb84b3c6efc503652a14e59efbe2b7c548608dd.tar.bz2 bugs-5bb84b3c6efc503652a14e59efbe2b7c548608dd.tar.xz bugs-5bb84b3c6efc503652a14e59efbe2b7c548608dd.zip |
Bug 550732: Allow read-only JSON-RPC methods to be called with GET
r=dkl, a=mkanat
Diffstat (limited to 'Bugzilla/Auth/Login/Env.pm')
-rw-r--r-- | Bugzilla/Auth/Login/Env.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Auth/Login/Env.pm b/Bugzilla/Auth/Login/Env.pm index 1f2739a88..f93034ef3 100644 --- a/Bugzilla/Auth/Login/Env.pm +++ b/Bugzilla/Auth/Login/Env.pm @@ -31,6 +31,7 @@ use constant can_logout => 0; use constant can_login => 0; use constant requires_persistence => 0; use constant requires_verification => 0; +use constant is_automatic => 1; sub get_login_info { my ($self) = @_; |