Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CGI CPAN distribution.

Report information
The Basics
Id: 45673
Status: resolved
Priority: 0/
Queue: CGI

People
Owner: Nobody in particular
Requestors: pi [...] opsec.eu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: 3.43 and HTTP PUT
Date: Sun, 3 May 2009 20:49:39 +0200
To: bug-CGI.pm [...] rt.cpan.org
From: Kurt Jaeger <pi [...] opsec.eu>
Hi! At http://opsec.eu/src/CGI-patch/CGI-3.43-patch you'll find a patch to allow HTTP PUT even if the content-length is unknown. This helps me with a script to catch the upload of my scanner http://www.avision.de/index.php?content=%40V2500 and I think is might be useful for other users of CGI.pm. Hope this helps. -- pi@opsec.eu +49 171 3101372 11 years to go !
On Sun May 03 14:50:06 2009, pi@opsec.eu wrote: Show quoted text
> Hi! > > At > > http://opsec.eu/src/CGI-patch/CGI-3.43-patch > > you'll find a patch to allow HTTP PUT even if the content-length > is unknown. > > This helps me with a script to catch the upload of my scanner > > http://www.avision.de/index.php?content=%40V2500 > > and I think is might be useful for other users of CGI.pm. > > Hope this helps.
Thank for the contribution. Could you also contribute automated tests that confirm that the contribution performs as expected?
Subject: Re: [rt.cpan.org #45673] 3.43 and HTTP PUT
Date: Thu, 14 May 2009 22:41:07 +0200
To: MARKSTOS via RT <bug-CGI.pm [...] rt.cpan.org>
From: Kurt Jaeger <pi [...] opsec.eu>
Hi! Show quoted text
> > This helps me with a script to catch the upload of my scanner > > > > http://www.avision.de/index.php?content=%40V2500 > > > > and I think is might be useful for other users of CGI.pm. > > > > Hope this helps.
> > Thank for the contribution. Could you also contribute automated tests > that confirm that the contribution performs as expected?
That's a brilliant idea and I should have thought about this. I'll try to find a way to test the feature, but this will take some time. Packing a scanner into a CPAN package seems difficult 8-) -- pi@opsec.eu +49 171 3101372 11 years to go !
Seems to work. Thanks very much.