[Zope] redirect strangeness ...
Dennis Allison
allison@sumeru.stanford.EDU
Mon, 26 Aug 2002 11:09:54 -0700
> To debug this problem, you might want to use the nice tcpwatch (->
> google). It acts as a proxy but displays the complete http conversation
> in a window.
Thanks for the pointer...
>
> Another remark to your redirects, AFAIK the the rfc mandates to redirect
> to complete URLs, not just the relative link. I don't know offhand if
> zope "fixes" you redirect, but I would use something like
> absolute_url()+'/index_html' as a target instead.
>
That might be the problem although I have used relative URLS in redirects
without problems in other contexts. I checked the Zope docs for this
restriction and didn't find any information. Might you have a pointer?
Thanks.