in reply to Tracking down taint problems in mod_perl

Check the Changes* files for the Perl distribution that you just built into mod_perl. There was at least one thing that was being overlooked by taint checks that is being caught in the latest versions of Perl. The details of this change may be a big clue what to look for.

I somehow think it will be hard to get assistance from mod_perl on nailing this down. So I'd run the script using "regular" Perl of the same version that you just built into mod_perl and see if the same problem appears. If so, I'd use the perl debugger to get more details.

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re: Tracking down taint problems in mod_perl

Replies are listed 'Best First'.
Re: (tye)Re: Tracking down taint problems in mod_perl
by BMaximus (Chaplain) on Apr 25, 2001 at 10:22 UTC
    Ok! This is realy weird and its freakin me out!
    I haven't done a thing to my code and all I did was stop the server for an hour and then started it again. Guess what. No complaints from taint. Is perl like this usualy? Damn thing was fickle on me today.

    BMaximus