[Zope-Checkins] CVS: Zope2 - ZCatalog.py:1.29
Brian Lloyd
brian@korak.digicool.com
Tue, 31 Aug 1999 20:27:37 -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:
Made a better fix to the resolve_url/transaction abort problem, to avoid
duplicated code. The resolve_url of the REQUEST now correctly avoids aborting
the current transaction if an error occurs, so we just use that.