[Zope-Checkins] CVS: Zope2  - User.py:1.90
   
    Brian Lloyd
     
    brian@korak.digicool.com
       
    Thu, 16 Sep 1999 09:01:16 -0400
    
    
  
Update of /cvs-repository/Zope2/lib/python/AccessControl
In directory korak.digicool.com:/projects/users/brian/zope200/lib/python/AccessControl
Modified Files:
	User.py 
Log Message:
Waaa - it turns out that the getRolesInContext caching hack I recently
added to try to reduce computational overhead only works correctly for
HTTP and broke FTP and other stateful protocols. I took the caching back
out - maybe we can try to C-ify the method at some point as a better 
alternative.