Re: mod_perl and utf-8 data...

2004-05-19 Thread Stas Bekman
Rob Mueller wrote: Ok, I've tracked this down a bit more, and I think it's a perl problem. Basically it seems tainted variables and utf-8 don't work together. I did find one example of someone posting the same problem: http://groups.google.com/groups?q=taint+group:perl.unicode&hl=en&lr=&ie=UTF-8&gr

Re: mod_perl and utf-8 data...

2004-05-19 Thread Rob Mueller
Ok, I've tracked this down a bit more, and I think it's a perl problem. Basically it seems tainted variables and utf-8 don't work together. I did find one example of someone posting the same problem: http://groups.google.com/groups?q=taint+group:perl.unicode&hl=en&lr=&ie=UTF-8&group=perl.unicode&s

Re: mod_perl and utf-8 data...

2004-05-19 Thread Stas Bekman
Rob Mueller wrote: [...] Ok, so to summarise, I think I see two problems here: 1. Assigning an untainted value to a value that was previously tainted leaves the new value tainted It's hard to tell or even try to reproduce that, since you didn't show a real test case. What kind of variable is that?