Hi Michael

> (3)
> Line 168:
> unless(defined $ENV{PATH_INFO}) {
> croak "reality checked failed: PATH_INFO is not defined in the
> environment"; }

I wrote a tiny CGI script containing:

my($env_path_info)      = defined($ENV{'PATH_INFO'}) ? "Defined: 
$ENV{'PATH_INFO'}"     :
"Not defined";

and that displays Not Defined. Again, this is Apache V 2.

So it seems your assumption that path_info is always defined, is wrong, at least
in the case of non-mod_perl handlers.
--
Ron Savage
[EMAIL PROTECTED]
http://savage.net.au/index.html



---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to