Roundup Tracker - Issues

Issue 1002923

classification
Dict REMOTE_USER check is incorrect
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : richard, wcooley
Priority: normal :

Created on 2004-08-03 21:29 by wcooley, last changed 2004-08-03 21:29 by wcooley.

Files
File name Uploaded Description Edit Remove
client.py.patch wcooley, 2004-08-03 21:29 Dict fix
Messages
msg1412 Author: [hidden] (wcooley) Date: 2004-08-03 21:29
os.getenv('REMOTE_USER') returns 'None' instead of
throwing an exception.  This patch makes it do the
right thing.  Additionally, it moves the 'anonymous'
user setting into the 'else'.
History
Date User Action Args
2004-08-03 21:29:37wcooleycreate