Problem with taint

2005-05-22 Thread Mike Cardwell
Hi, I installed the new release of ModPerl2 today. I've not used any of the betas previously so am not sure if the problem is specific to this version or not. In my PerlResponseHandler I have the following code: sub handler { my $r = shift; my( $path ) = $r->filename()=~/^(.*)$/; eval{ r

Re: Problem with taint

2005-05-23 Thread Stas Bekman
Mike Cardwell wrote: Hi, I installed the new release of ModPerl2 today. I've not used any of the betas previously so am not sure if the problem is specific to this version or not. In my PerlResponseHandler I have the following code: sub handler { my $r = shift; my( $path ) = $r->filename(