Mercurial > public > sg101
log gpp/core/middleware.py @ 231:a2d388ed106e
age | author | description |
---|---|---|
Wed, 14 Jul 2010 02:35:39 +0000 | Brian Neal | Guard against the request object not having a user attribute in my Who's online middleware. This can happen if a redirect is issued before the authentication middleware gets to run. |
Tue, 13 Jul 2010 01:25:48 +0000 | Brian Neal | Who's online middleware wasn't returning a proper response in the is_ajax case. |