15 Jul
2003
15 Jul
'03
9:31 p.m.
Robert Jean wrote at 2003-7-14 12:26 -0700:
In a DTML method, I am issuing the following call:
<dtml-call "RESPONSE.redirect(someURL)">
someURL contains characters that should not be escaped ('@', ':'), but the default behavior kicks in and I end up with '%3' instead of ':'. It causes my redirection to fail. Is there a workaround?
The code you show does not magically escape characters. You must do this explicitely (otherwise, it will not be done). Dieter