diff options
author | Colin Guthrie <colin@mageia.org> | 2014-08-06 00:46:08 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-08-06 00:59:07 +0100 |
commit | d0ae7c7cf28ff1243e5db7b46210206cad331c88 (patch) | |
tree | b47386548dd5a420c74fff4645774f39e1f8d757 /config_default | |
parent | 182f015efa0f7a21b7a824fe34b65c9a6a182cae (diff) | |
download | mgaadvisories-d0ae7c7cf28ff1243e5db7b46210206cad331c88.tar mgaadvisories-d0ae7c7cf28ff1243e5db7b46210206cad331c88.tar.gz mgaadvisories-d0ae7c7cf28ff1243e5db7b46210206cad331c88.tar.bz2 mgaadvisories-d0ae7c7cf28ff1243e5db7b46210206cad331c88.tar.xz mgaadvisories-d0ae7c7cf28ff1243e5db7b46210206cad331c88.zip |
Drop cookie support for bugzilla.
Apparently this no longer works with BZ 4.4 and it now relies on a token
to authenticate future requests.
We now maintain this token and ensure we pass it in with future
requests.
Also strip of the xmlrpc.cgi part of the BZ URL so we can use it
to validate bug URLs in the future.
mga#13859
Diffstat (limited to 'config_default')
-rw-r--r-- | config_default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_default b/config_default index f44561d..fbcd072 100644 --- a/config_default +++ b/config_default @@ -20,6 +20,6 @@ advisory_types: prefix: MGAA security: prefix: MGASA -bugzilla_url: https://bugs.mageia.org/xmlrpc.cgi +bugzilla_url: https://bugs.mageia.org/ bugzilla_login: bugzilla_password: |