comparison wiki/middleware.py @ 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 f4c043cf55ac
children 47521d9e94bd
comparison
equal deleted inserted replaced
632:a5b8f25e1752 633:efac466a05d4
89 logger.error("Error deleting wiki cookie set member") 89 logger.error("Error deleting wiki cookie set member")
90 90
91 91
92 class WikiMiddleware(object): 92 class WikiMiddleware(object):
93 """ 93 """
94 Check for flags set in the session to determine when to set or delete an 94 Check for flags on the request object to determine when to set or delete an
95 external cookie for the wiki application. When creating a cookie, also 95 external cookie for the wiki application. When creating a cookie, also
96 set an entry in Redis that the wiki application can validate to prevent 96 set an entry in Redis that the wiki application can validate to prevent
97 spoofing. 97 spoofing.
98 98
99 """ 99 """