There's some similar functionality in ToscaWidgets, though it's tied to forms, not to the request.
This might break REST interfaces; there might be lots of times where software is PUTing data to an URL when it never "read" the form in the first place. You'd have to teach the client end of the software to somehow make the value that's in the hidden field... On Fri, Apr 18, 2008 at 12:04 PM, Jonathan Vanasco <[EMAIL PROTECTED]> wrote: > > Django has a neat middleware component > > http://www.djangoproject.com/documentation/csrf/ > > has anyone thought of porting this to pylons? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
