[issue10751] REMOTE_USER and Remote-User collision in wsgiref

Alex Raitz report at bugs.python.org
Wed Jan 5 01:24:53 CET 2011


Alex Raitz <alex.raitz at gmail.com> added the comment:

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.

----------
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10751>
_______________________________________


More information about the Python-bugs-list mailing list