Hi Zopists, is it bug or feature, when I do this: <dtml-var id url_quote> then not only 'id' is returned, but something what looks like this: <dtml-var REQUEST['URL']>/<dtml-var id> where id is url_quoted. Shouldn't only url_quoted value of id be returned instead of the above noted URI? I use Zope 2.3.1 with python 1.5.2 on Debian and FreeBSD. Petr PS I was not able to check it at www.zope.org because of it's unreachability. -- Petr Knápek Network Development NEXTRA Czech Republic s.r.o. http://www.nextra.cz/ V Celnici 10 / CZ - 117 21 Praha 1 / Czech Republic Tel: +420/2/96 355 111 / Mobile: +420/604-202 611 E-Mail: petr.knapek@nextra.com Contact address: Hlinky 114 / CZ - 603 00 Brno / Czech Republic Tel: +420/5/43 554 150 / FAX: +420/5/43 554 214 see Disclaimer http://www.nextra.cz/disclaimer/
Petr Knapek writes:
Hi Zopists,
is it bug or feature, when I do this:
<dtml-var id url_quote>
then not only 'id' is returned, but something what looks like this:
<dtml-var REQUEST['URL']>/<dtml-var id> where id is url_quoted.
Shouldn't only url_quoted value of id be returned instead of the above noted URI? I use Zope 2.3.1 with python 1.5.2 on Debian and FreeBSD. Apparently, "dtml-var" recognizes Parenthesis
Dieter
participants (2)
-
Dieter Maurer -
Petr Knapek