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: CGI pages not recompiling

2010-05-26 Thread Perrin Harkins
On Tue, May 25, 2010 at 5:32 PM, Jonas Bull wrote: > It isn't always variable related...  But I can see where maybe upload > new version=>refresh page=>get a stale process could be happening. It shouldn't, since the mtime check on the file happens at the beginning of handling the request. You mi