Skip Menu |

This queue is for tickets about the jQuery-File-Upload CPAN distribution.

Report information
The Basics
Id: 85725
Status: resolved
Priority: 0/
Queue: jQuery-File-Upload

People
Owner: Nobody in particular
Requestors: RSAVAGE [...] cpan.org
Cc:
AdminCc:

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



Subject: handle_request() should call _clear() at the end
Hi The problem is that calling _clear() at the start of handler_request() clears parameters (e.g. cgi) passed in to new() before they can be used. So in my fork jQuery::File::Upload::Imager (which obviously uses Imager) I put the call to _clear() at the end. Alternately, perhaps it could be moved into new().
Hi, Thanks for the suggestion! I've updated this. On Thu May 30 02:13:18 2013, RSAVAGE wrote: Show quoted text
> Hi > > The problem is that calling _clear() at the start of handler_request() > clears parameters (e.g. cgi) passed in to new() before they can be > used. > > So in my fork jQuery::File::Upload::Imager (which obviously uses > Imager) I put the call to _clear() at the end. > > Alternately, perhaps it could be moved into new().