On 06 Jul 2001 02:41:30 -0400, Brooklyn Linux Solutions CEO wrote:
> Is there a way error out of an entry which might be too large in a
> form or a get string with $r->content or $r->args
>
>
> I want to prevent an attempt to overflow the memory by sending
> an arguement with 10 billion bytes.
>
> I can do it after. But without doing a read(), I'm wondering if
> these shortcuts provide security protection in this regargd, or
> if there is a better solution?
perldoc Apache::Request
Also see the Apache docs.
Matt.