[Zope-dev] Re: Zope 2.7.0 b3 regressions
Jamie Heilman
jamie at audible.transient.net
Tue Dec 9 04:45:21 EST 2003
Toby Dickenson wrote:
> Because
>
> <dtml-var BASEPATH1>/<dtml-var "absolute_url(1)">
>
> looks nicer than without the slash
>
> ?
OT: Seeing as that would actually have to be written
<dtml-var "REQUEST.BASEPATH1" html_quote>/<dtml-var "absolute_url(1)" html_quote>
to get anywhere close to reliable and secure behavior, calling
dtml-anything "nice" seems to be a bit moot--bug 813 lives on.
...but anyway, I have no opinion on the absolute_url api one way or
the other, its been so carry on...
More information about the Zope-Dev
mailing list