From d0ae7c7cf28ff1243e5db7b46210206cad331c88 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 6 Aug 2014 00:46:08 +0100 Subject: 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 --- config_default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config_default') 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: -- cgit v1.2.1