Re: [Zope] redirect strangeness ...
27 Aug
2002
27 Aug
'02
2:09 p.m.
Thanks for digging it out, Oliver. When I get a moment, I'll look at the Zope code and see if it requires an absolute_url for redirection to an internal URI.
27 Aug
27 Aug
3:02 p.m.
New subject: [Zope] redirect strangeness ...
Dennis Allison wrote:
Thanks for digging it out, Oliver. When I get a moment, I'll look at the Zope code and see if it requires an absolute_url for redirection to an internal URI.
Dennis, it's _not_ about zope needing this. It's about the browser. Zope sends a 302 http-status code and a http-header which looks in your case like this: Location: index_html Now you have to rely on the browser to make sense of that location. Again, this is in no way something which zope imposes. cheers, oliver
8623
Age (days ago)
8623
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dennis Allison -
Oliver Bleutgen