Roundup Tracker - Issues

Message5518

Author rouilj
Recipients richard, rouilj, wcooley
Date 2016-04-11.00:14:06
Message-id <1460333646.83.0.588948566789.issue1002921@psf.upfronthosting.co.za>
In-reply-to
Looking at the current roundup/cgi/client.py I see:

           elif self.env.get('HTTP_AUTHORIZATION', ''):
                # try handling Basic Auth ourselves
                auth = self.env['HTTP_AUTHORIZATION']
                scheme, challenge = auth.split(' ', 1)
                if scheme.lower() == 'basic':

which to me looks like it has implemented what was requested.

Probably as part of issue1067690 which is closed.
History
Date User Action Args
2016-04-11 00:14:06rouiljsetmessageid: <1460333646.83.0.588948566789.issue1002921@psf.upfronthosting.co.za>
2016-04-11 00:14:06rouiljsetrecipients: + rouilj, richard, wcooley
2016-04-11 00:14:06rouiljlinkissue1002921 messages
2016-04-11 00:14:06rouiljcreate