diff -r e69b2f2f2d61 -r c8f887a5b2fa web/views/authentication.py --- a/web/views/authentication.py Tue Mar 09 19:57:47 2010 +0100 +++ b/web/views/authentication.py Tue Mar 09 19:58:30 2010 +0100 @@ -127,7 +127,6 @@ def _authenticate(self, req, login, authinfo): # remove possibly cached cursor coming from closed connection - clear_cache(req, 'cursor') cnxprops = ConnectionProperties(self.vreg.config.repo_method, close=False, log=self.log_queries) try: