17 Apr
2003
17 Apr
'03
6:19 p.m.
Chris McDonough wrote at 2003-4-16 13:25 -0400:
The workaround I gave does indeed work for the specific example you gave in the last email. I'm not sure how it behaves under other circumstances. I am not really sure there is a workaround that is completely general.
Usually, Zope generates the correct base tag. It is best not to have a "base" tag it the page. It might be necessary that the session machinery sets "REQUEST._hacked_path=1" to tell the traversal machinery that an explicite "base" tag is needed. Dieter