Re: Taint Mode Seems to be Ignored

2010-05-26 Thread Nik Ogura
That sure explains what I'm seeing. I'll have to see if I can break loose time to dig into the internals. We have too many less sophisticated developers and cgi scripts running under Registry and PerlRun to fully convert to Apache2::Request. Thanks for the solution. -- -Nik

Re: Taint Mode Seems to be Ignored

2010-05-25 Thread Scott Gifford
Last I heard, taint mode in mod_perl didn't always work. See: http://marc.info/?l=apache-modperl&m=119749949626698&w=2 That was a while back, maybe it's been fixed by now. -Scott. On Tue, May 25, 2010 at 10:26 AM, Nik Ogura wrote: > Hello. > > Running Apache 2.2.12, mod_perl 2.0.4, per

Taint Mode Seems to be Ignored

2010-05-25 Thread Nik Ogura
Hello. Running Apache 2.2.12, mod_perl 2.0.4, perl 5.10.0, and CGI.pm 3.29. I've noticed what seems to be a case of Taint mode being ignored with respect to CGI params when running under mod_perl. The following: #!/usr/bin/perl -T use strict; use warnings; $E