Mercurial > public > sg101
changeset 633:efac466a05d4
Correct an out of date docstring comment.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 02 Dec 2012 14:42:08 -0600 |
parents | a5b8f25e1752 |
children | d6489e6a40f6 |
files | wiki/middleware.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/wiki/middleware.py Mon Nov 19 19:25:11 2012 -0600 +++ b/wiki/middleware.py Sun Dec 02 14:42:08 2012 -0600 @@ -91,7 +91,7 @@ class WikiMiddleware(object): """ - Check for flags set in the session to determine when to set or delete an + Check for flags on the request object to determine when to set or delete an external cookie for the wiki application. When creating a cookie, also set an entry in Redis that the wiki application can validate to prevent spoofing.