[Zope] URL Redirection problems...

Florent Guillaume fg@nuxeo.com
14 Dec 2001 09:59:16 GMT


Vitor Varalonga  <vpedrosa@ciberbit.pt> wrote:
> Python >> container.REQUEST.RESPONSE.redirect("/abc/xpto?a=1&b=2&c=3")

Strictly speaking this is not correct. You should use

container.REQUEST.RESPONSE.redirect("/abc/xpto?a=1&amp;b=2&amp;c=3")

Maybe your browser is very standards compliant ?

But somehow I doubt this is it. What browser do you use ? What Zope
version ? What's in REQUEST.form ?


Florent
-- 
Florent Guillaume, Nuxeo (Paris, France)
+33 1 40 33 79 10  http://nuxeo.com  mailto:fg@nuxeo.com