Alex Krohn wrote:
Hi,

I'm facing a weird problem that's proving difficult to track down.

After a certain number of hits to our mod_perl apps, the environment no
longer gets reset per request. For example, if you have a script that
just dumps the environment, after hitting some piece of code, that
script will show PATH_INFO from a previous request (only when you don't
pass any path_info in, if you do pass it in, it shows the proper one).

This is weird... basically you're saying that when a given $ENV{PATH_INFO} value should be undef, it uses the previous one?


I remember when I was working with you guys we had that custom CGI lib which you wrote (was it GT::CGI?).

Could there be something strange going on at this level?

Have you greped your application for $ENV, see if you're not setting it manually anywhere?

Have you tried to run the same app with another library such as CGI.pm?

Cheers,
--
Jean-Michel Hiver - MKDoc Ltd
http://mkdoc.com/

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to