the documented method to secure all methods in a controller is to wrap
it in authkit middleware. I'm doing that like this:

CreditController=authkit.authorize.middleware(CreditController(),RemoteUser())

however as soon as I do this I see form_result being cached.

The access pattern I have works like this: I have an index method which
can be accessed using either GET or POST. When a user POSTs to it and
later does a GET self.form_result is still set if the controller is
wrapped in the authkit middleware. 

Wichert.

-- 
Wichert Akkerman <[EMAIL PROTECTED]>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.

--~--~---------~--~----~------------~-------~--~----~
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