Message5518
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. |
|
Date |
User |
Action |
Args |
2016-04-11 00:14:06 | rouilj | set | messageid: <1460333646.83.0.588948566789.issue1002921@psf.upfronthosting.co.za> |
2016-04-11 00:14:06 | rouilj | set | recipients:
+ rouilj, richard, wcooley |
2016-04-11 00:14:06 | rouilj | link | issue1002921 messages |
2016-04-11 00:14:06 | rouilj | create | |
|