[Lispweb] Re: Allegroserve/Webactions POST filesize limit?

Petter Gustad gmane at gustad.com
Wed Jul 27 10:11:58 CDT 2005


Ng Pheng Siong <ngps <at> netmemetic.com> writes:

> 
> On Wed, Jul 27, 2005 at 07:12:01AM +0000, Petter Gustad wrote:
> > Is there a way to limit the size of files transfered to Allegroserve?
> 
> According to the aserve manual:
> 
>   (get-all-multipart-data request &key type size external-format limit)
> 
> "[...] limit can be given an integer value that specifies the maximum size 
> of data you're willing to retrieve. By default there is no limit.  This can 
...
> I've used the latter in code; works as advertised in paserve.

Thanks, but...

The problem is that when you use webactions the action routine gets
called with an http-request instance where the request-body is already
filled in and then it's too late.

Petter






More information about the lispweb mailing list