Hi,

I am assigning REMOTE_USER a value in a middleware that I wrote like
this:

environ['REMOTE_USER'] = "testuser" # test 1
environ['paste.auth_tkt.set_user']("testuser") # test2

My problem is that both assignment methods do not work, no key or
value is written in the request object, and thus the value does not
exist in any of my controllers, and I get key errors. The Middleware
works, as I have some test print statements in it. Can someone tell me
what I have done wrong?


Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to