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?

mod_perl and utf-8 data...

2004-05-18 Thread Rob Mueller
I'm not sure if this is a mod_perl problem or not, but I can't reproduce it under regular perl, so I thought I'd post here. Anyway it's apache 1.3.29, mod_perl 1.29 and perl 5.8.4. The problem is occuring in the following piece of code. I've tried creating a test case, but I can't seem to narrow i