[Zope-CVS] CVS: Products/PluggableAuthService/plugins - CookieAuthHelper.py:1.3

Tres Seaver tseaver at zope.com
Thu May 6 12:28:58 EDT 2004


Update of /cvs-repository/Products/PluggableAuthService/plugins
In directory cvs.zope.org:/tmp/cvs-serv16371/plugins

Modified Files:
	CookieAuthHelper.py 
Log Message:
 - D'oh!


=== Products/PluggableAuthService/plugins/CookieAuthHelper.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/plugins/CookieAuthHelper.py:1.2	Wed Apr 28 15:58:52 2004
+++ Products/PluggableAuthService/plugins/CookieAuthHelper.py	Thu May  6 12:28:57 2004
@@ -120,6 +120,7 @@
                 request.set('__ac_password', '')
 
                 cookie_val = encodestring('%s:%s' % (login, password))
+                response = request['RESPONSE']
                 response.setCookie(self.cookie_name, cookie_val, path='/')
 
         if creds:




More information about the Zope-CVS mailing list