cvs commit: modperl-2.0 Changes

2003-02-06 Thread stas
stas2003/02/06 18:58:30 Modified:.Changes Log: log the recent changes Revision ChangesPath 1.123 +5 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Chan

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin content_type.pl

2003-02-06 Thread stas
stas2003/02/06 18:49:01 Modified:src/modules/perl modperl_filter.c ModPerl-Registry/t basic.t Added: ModPerl-Registry/t/cgi-bin content_type.pl Log: if the handler sets the content-type, don't parse the headers because there most likely there will be none

cvs commit: modperl-2.0/t/response/TestApache scanhdrs.pm

2003-02-06 Thread stas
stas2003/02/06 18:47:45 Modified:t/response/TestApache scanhdrs.pm Log: can't use "plan $r, ..." in the handler if raw headers are sent, otherwise $r->content_type() overrides it Revision ChangesPath 1.3 +0 -1 modperl-2.0/t/response/TestApache/scanhdrs.pm

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

2003-02-06 Thread stas
stas2003/02/06 18:30:53 Modified:src/modules/perl modperl_filter.c Log: we have no choice but to truncate wb->outbuf to the size of 'len'. All kind of weird problems pop-up when the previous request was proper and the current request has messed up with headers, because modp

cvs commit: modperl-2.0/ModPerl-Registry/t closure.t

2003-02-06 Thread stas
stas2003/02/06 16:51:08 Modified:ModPerl-Registry/t closure.t Log: spel Revision ChangesPath 1.7 +1 -1 modperl-2.0/ModPerl-Registry/t/closure.t Index: closure.t === RCS file: /home/cvs

cvs commit: modperl-2.0/ModPerl-Registry/t closure.t

2003-02-06 Thread stas
stas2003/02/06 16:40:32 Modified:ModPerl-Registry/t closure.t Log: correct the explanation Revision ChangesPath 1.6 +3 -2 modperl-2.0/ModPerl-Registry/t/closure.t Index: closure.t ===

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin runtime_error_n_status_change.pl status_change.pl

2003-02-06 Thread stas
stas2003/02/06 16:23:31 Modified:ModPerl-Registry/t/cgi-bin runtime_error_n_status_change.pl status_change.pl Log: don't use the 1.x compat api Revision ChangesPath 1.2 +1 -1 modperl-2.0/ModPerl-Registry/t/cgi-bin/runtime_error_n_st

cvs commit: modperl-2.0/t/error .cvsignore

2003-02-06 Thread stas
stas2003/02/06 16:18:01 Added: t/error .cvsignore Log: cvs ignore Revision ChangesPath 1.1 modperl-2.0/t/error/.cvsignore Index: .cvsignore === api.t

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin runtime_error_n_status_change.pl runtime_error_plus_body.pl runtime_error.pl

2003-02-06 Thread stas
stas2003/02/06 16:15:39 Modified:ModPerl-Registry/t .cvsignore 500.t ModPerl-Registry/t/cgi-bin runtime_error.pl Added: ModPerl-Registry/t/cgi-bin runtime_error_n_status_change.pl runtime_error_plus_body.pl Log: add several more test

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin status_change.pl

2003-02-06 Thread stas
stas2003/02/06 16:13:40 Modified:ModPerl-Registry/t 404.t Added: ModPerl-Registry/t/cgi-bin status_change.pl Log: test that we handle correctly status changes from within the script Revision ChangesPath 1.2 +14 -4 modperl-2.0/ModPerl-Registry/t/404.t

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2003-02-06 Thread stas
stas2003/02/06 16:12:25 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: always return the run's return status if it's not Apache::OK Revision ChangesPath 1.31 +5 -7 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryC

cvs commit: modperl-2.0/ModPerl-Registry Makefile.PL

2003-02-06 Thread stas
stas2003/02/06 16:08:34 Modified:ModPerl-Registry Makefile.PL Log: enable SMOKE script creation for ModPerl-Registry Revision ChangesPath 1.7 +4 -0 modperl-2.0/ModPerl-Registry/Makefile.PL Index: Makefile.PL ==

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

2003-02-06 Thread stas
stas2003/02/06 16:07:42 Modified:src/modules/perl modperl_filter.c Log: solve a nasty bug happening in certain situations when the current script dies and sends no body, but wb->outbuf has some persistant data from the previous request so an empty brigade is sent causing inco

cvs commit: modperl-2.0/ModPerl-Registry/t/conf extra.conf.in

2003-02-06 Thread stas
stas2003/02/06 15:57:08 Modified:ModPerl-Registry/t/conf extra.conf.in Log: add ScriptAlias so we can do tests against mod_cgi Revision ChangesPath 1.9 +2 -0 modperl-2.0/ModPerl-Registry/t/conf/extra.conf.in Index: extra.conf.in =