>>my the time mod_perl enters the request, Apache has already taken care 
>>of parsing the request, so there's not much you can do about it (in 
>>1.3, at least).
> 
> 
> Parsing the request *headers*. So you can't prevent any overflow in the
> headers with mod_perl. 

well, headers and the request line, which includes the query string. 
that's what I meant :)

> You *can* prevent the chunked encoding overflow,
> because that happens in the "body".
> 

and I mentioned a few ways to control that, IIRC :)

--Geoff

Reply via email to