Re: [Zope] dtml-tree causing authorization errors

2001-01-24 Thread yves
I had read the Upgrade document, but hadn't followed the link to read the actual Security How-To document. That definitely did the trick, thanks a lot for your help! ..Yves Quoting Dieter Maurer <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] writes: > > I've stumbled upon a strange problem with dtm

Re: [Zope] dtml-tree causing authorization errors

2001-01-23 Thread Dieter Maurer
[EMAIL PROTECTED] writes: > I've stumbled upon a strange problem with dtml-tree in version 2.2.5 (the > problems occurs in the same way in any of the 2.2.x version), but didn't exhibit > itself in 2.1.6: You should read Brian's excellent "Upgrade to 2.2.x" document. It will explain you the chan

[Zope] dtml-tree causing authorization errors

2001-01-22 Thread yves
I've stumbled upon a strange problem with dtml-tree in version 2.2.5 (the problems occurs in the same way in any of the 2.2.x version), but didn't exhibit itself in 2.1.6: Here's some (very) crude code to generate a tree object: - class Tree: def __init__(self, val='top'):