27 Aug
2002
27 Aug
'02
3:02 p.m.
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