[Zope] Recursive Calling the same DTML Method is not validated?

Chris Withers chrisw@nipltd.com
Tue, 30 Oct 2001 09:20:48 +0000


iap@y2fun.com wrote:
> 
> Well, I answer myself:
> change the lib/python/OFS/DTMLMethod.py in line 203:
> from
>     del self.__dict__['validate']
> to
>     if self.__dict__.has_key('validate'): del self.__dict__['validate']
> Then, it works again.
> But maybe this is just a skin-deep solution.
> I have no idea if this will cause another problem, such as security hole?

Steve Alexander noticed the same thing and I think moves are afoot to correct it
the 'right' way, whatever that may be...

cheers,

Chris