16 Dec
2001
16 Dec
'01
7:22 p.m.
container.REQUEST.RESPONSE.redirect("/abc/xpto?a=1&b=2&c=3") I do not think that this is necessary or even allowed.
Inside HTML documents, you need to use "&" for "&" but here, you are not inside the SGML/HTML/XML world. You are in the HTTP worlds were "&" is the query string separator, not "&"
You're right, a Redirect is in pure HTTP-land and no & is required or allowed. Sorry for the misinformation. Florent -- Florent Guillaume, Nuxeo (Paris, France) +33 1 40 33 79 10 http://nuxeo.com mailto:fg@nuxeo.com