17 Apr
2003
17 Apr
'03
6:25 p.m.
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