Stas Bekman wrote:
Geoffrey Young wrote:
move modperl_env_default_populate to where it was before (after
modperl_env_table_populate), so that GATEWAY_INTERFACE will be
CGI-Perl/1.1 and not CGI/1.1.
whoops - I probably moved that at some point and didn't realize it.
I wonder why modules/cgi.
>> whoops - I probably moved that at some point and didn't realize it.
>
>
> I wonder why modules/cgi.t wasn't failing for you.
I don't know.
> I haven't tried to
> run the patch, assuming that it worked for you ;)
of course, otherwise I wouldn't have checked it in (or posted it for that
mat
Geoffrey Young wrote:
we still have a problem, which existed before the last env handling revamp.
I think modules/cgi should work with this patch:
Index: t/response/TestModules/cgi.pm
===
RCS file: /home/cvs/modperl-2.0/t/response/Te
Geoffrey Young wrote:
move modperl_env_default_populate to where it was before (after
modperl_env_table_populate), so that GATEWAY_INTERFACE will be
CGI-Perl/1.1 and not CGI/1.1.
whoops - I probably moved that at some point and didn't realize it.
I wonder why modules/cgi.t wasn't failing for y
On Sat, Feb 14, 2004 at 12:15:23AM -0500, Geoffrey Young wrote:
> my thought is still that %ENV information like this is only relevant during
> content-generation: you're obviously using mod_perl if you're running a
> handler for any other phase. furthermore, I think it probably needs to
> respec
> move modperl_env_default_populate to where it was before (after
> modperl_env_table_populate), so that GATEWAY_INTERFACE will be
> CGI-Perl/1.1 and not CGI/1.1.
whoops - I probably moved that at some point and didn't realize it.
once we get the other issue sorted out, I'll specifically a
> we still have a problem, which existed before the last env handling revamp.
>
> I think modules/cgi should work with this patch:
>
> Index: t/response/TestModules/cgi.pm
> ===
> RCS file: /home/cvs/modperl-2.0/t/response/TestModul
[EMAIL PROTECTED] wrote:
stas2004/02/13 20:50:32
Modified:src/modules/perl modperl_env.c
Log:
move modperl_env_default_populate to where it was before (after
modperl_env_table_populate), so that GATEWAY_INTERFACE will be
CGI-Perl/1.1 and not CGI/1.1.
we still have a problem,