From 26a942492c3a6f6b2ee1e80d9fd449f24baa71ca Mon Sep 17 00:00:00 2001 From: Will Woods Date: Thu, 30 Aug 2007 18:47:30 -0400 Subject: useful comment about cookies v. login/password --- bugzilla.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bugzilla.py') diff --git a/bugzilla.py b/bugzilla.py index be368ca..706905a 100644 --- a/bugzilla.py +++ b/bugzilla.py @@ -75,6 +75,10 @@ class Bugzilla(object): r = False return r + # Note that the bugzilla methods will ignore an empty user/password if you + # send authentication info as a cookie in the request headers. So it's + # OK if we keep sending empty / bogus login info. + # ARGLE this should use properties or do some kind of caching or something def components(self,product): '''Return a dict of components for the given product.''' -- cgit