[Zope-Checkins] CVS: Zope2  - ZCatalog.py:1.28
   
    Brian Lloyd
     
    brian@korak.digicool.com
       
    Tue, 31 Aug 1999 19:47:39 -0400
    
    
  
Update of /cvs-repository/Zope2/lib/python/Products/ZCatalog
In directory korak.digicool.com:/projects/sites/devzope/lib/python/Products/ZCatalog
Modified Files:
	ZCatalog.py 
Log Message:
Fixed a nasty bug where non-existent objects that caused a Not Found
during resolve_url caused the exception method of the (cloned) response
object to be called. This mean that as soon as an error occurred during
resolve_url, the transaction would be aborted and things got extremely
weird since objects that had been uncataloged would suddenly be back
(due to the abort).