--- Products/ZCatalog/CatalogAwareness.py.orig Thu Aug 24 11:09:21 2000 +++ Products/ZCatalog/CatalogAwareness.py Mon Sep 18 23:07:18 2000 @@ -154,7 +154,7 @@ if hasattr(self, 'DestinationURL') and \ callable(self.DestinationURL): url='%s/%s' % (self.DestinationURL(), self.id) - else: url=self.absolute_url() + else: url=string.join(self.getPhysicalPath(), '/') type, uri=ftype(url) host, uri=fhost(uri) script_name=self.REQUEST['SCRIPT_NAME']