This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Alex.Raitz
Recipients Alex.Raitz, pje
Date 2011-01-05.00:24:46
SpamBayes Score 9.832104e-05
Marked as misclassified No
Message-id <1294187093.01.0.826748591544.issue10751@psf.upfronthosting.co.za>
In-reply-to
Content
I had previously tested it against simple_server.  However, in reviewing my test, I realized that you are correct that wsgiref headers is not misbehaving.  

It appears that in simple_server, the values of remote-user and remote_user both end up in HTTP_REMOTE_USER because of the replacement behavior in simple_server (not in headers).

I am withdrawing this bug and will submit a subsequent ticket with the required details.  Thank you for your patience.
History
Date User Action Args
2011-01-05 00:24:53Alex.Raitzsetrecipients: + Alex.Raitz, pje
2011-01-05 00:24:53Alex.Raitzsetmessageid: <1294187093.01.0.826748591544.issue10751@psf.upfronthosting.co.za>
2011-01-05 00:24:46Alex.Raitzlinkissue10751 messages
2011-01-05 00:24:46Alex.Raitzcreate