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

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