# HG changeset patch # User Sylvain Thénault # Date 1268161110 -3600 # Node ID c8f887a5b2fa29953c94403b1aadce6e79423fc2 # Parent e69b2f2f2d610afb1e4c06a25e510397a079ffad req has no more a cursor attribute 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: