[Zope] Re: Error -> A TaintedString cannot be pickled
Dieter Maurer
dieter@handshake.de
Thu, 17 Apr 2003 20:25:45 +0200
Jamie Heilman wrote at 2003-4-16 12:53 -0700:
> Josef Meile wrote:
> > One possible solution could be to convert all the "<" symbols to "<". But
> > I was wondering if there is another way of dealing with this TaintedStrings
> > (appart of disabling the check, off course).
>
> Make sure the variable in question gets explicitly pulled from the
> correct dictionary in the REQUEST object. Personally I think
> REQUEST.get is a hallmark of horrible design anyway.
Why do you think so?
Dieter