#14222: csrf_exempt decorator is useless if not the top-most decorator --------------------------------------------------------+------------------- Reporter: Joshua "jag" Ginsberg <[email protected]> | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: 1.2 Keywords: | Stage: Unreviewed Has_patch: 0 | --------------------------------------------------------+------------------- If a view has multiple decorators and @csrf_exempt is not the top-most, it does not make the view CSRF-exempt. I would expect that anywhere in the decorator chain, the effect would be the same.
-- Ticket URL: <http://code.djangoproject.com/ticket/14222> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" 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/django-updates?hl=en.
