Fred, thanks for assistance, but your patch does not touch line 144 in 
ParseFormData.pm:

                return(Apache::FORBIDDEN);
        }
here>>> my $rm = $r->remaining;
        if($args->{'post_max'} && ($rm > $args->{'post_max'})) {

so, why should it fix the problem? It still accesses remaining() which 
is not included in mod_perl since 1.99_15.

--- Fred Moyer <[EMAIL PROTECTED]> wrote:
> Try this patch on ParseFormData instead.  Works for me using the suggested
> implementation in the docs.  No sense in backtracking...
> 
> --- ParseFormData.pm.orig       2004-09-02 14:15:17.827899688 -0400
> +++ ParseFormData.pm    2004-09-02 14:13:37.898091328 -0400


-- 
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