Re: cvs commit: modperl-2.0/src/modules/perl modperl_env.c

2004-03-03 Thread Stas Bekman
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.

Re: cvs commit: modperl-2.0/src/modules/perl modperl_env.c

2004-02-14 Thread Geoffrey Young
>> 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

Re: cvs commit: modperl-2.0/src/modules/perl modperl_env.c

2004-02-14 Thread Stas Bekman
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

Re: cvs commit: modperl-2.0/src/modules/perl modperl_env.c

2004-02-14 Thread Stas Bekman
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

Re: cvs commit: modperl-2.0/src/modules/perl modperl_env.c

2004-02-13 Thread Stefan Traby
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

Re: cvs commit: modperl-2.0/src/modules/perl modperl_env.c

2004-02-13 Thread Geoffrey Young
> 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

Re: cvs commit: modperl-2.0/src/modules/perl modperl_env.c

2004-02-13 Thread Geoffrey Young
> 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

Re: cvs commit: modperl-2.0/src/modules/perl modperl_env.c

2004-02-13 Thread Stas Bekman
[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,