[Zope-Checkins] CVS: Zope2 - BaseRequest.py:1.27.2.2

Brian Lloyd brian@digicool.com
Thu, 3 Aug 2000 11:55:43 -0400


Update of /cvs-repository/Zope2/lib/python/ZPublisher
In directory korak.digicool.com:/home/brian/temp/test_22/lib/python/ZPublisher

Modified Files:
      Tag: Zope-2_2-branch
	BaseRequest.py 
Log Message:
Fixed a bug in traversal (though it could be argued to be in ZODB.ZApplication.
ZApplicationWrapper. The traverse method attempted to get  __roles__ from the 
top level object, then try to use bobo_traverse to get an alternate top level 
object. If you _did_ get a new top level object, the roles var was not set to 
the __roles__ of the alternate top level object.