Opened 17 years ago

Closed 17 years ago

#4257 closed (wontfix)

Easy to miss important instruction in Cross Site Request Forgery protection documentation

Reported by: anonymous Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords: csrf
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Please emphasize the sentence "It needs to process the response after the SessionMiddleware, so must come before it in the list." on the page http://www.djangoproject.com/documentation/csrf/.

Change History (2)

comment:1 by Gary Wilson <gary.wilson@…>, 17 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Gary Wilson <gary.wilson@…>, 17 years ago

Resolution: wontfix
Status: newclosed

oops, didn't mean to do that. I don't think any emphasis is needed here. One just must read past the first sentence in the "How to use it" section.

Note: See TracTickets for help on using tickets.
Back to Top