[Zope] Netscape 4.7x Redirect problem
Dieter Maurer
dieter@handshake.de
Fri, 31 Aug 2001 20:00:03 +0200 (CEST)
Peter Bengtsson writes:
> Can you not use the absolute_url() method?
> It takes SiteRoots into account which no other good solution does.
> If you have access too "Allen" in the aquisition path, you should definitly
> use abolsute_url()
>
> RESPONSE.redirect(Allen.menu.absolute_url())
I heavily use acquisition to access pages (e.g. to add language
context).
"absolute_url" breaks with this usage, as it is based on
physical paths and the access paths.
I use the "URLi" request variables whenever I need to construct
absolute URLs.
Dieter