Skip Menu |

This queue is for tickets about the Catalyst-Plugin-UploadProgress CPAN distribution.

Report information
The Basics
Id: 20142
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-UploadProgress

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

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



Subject: /progress and applications that have a base that is not /
Hi, I've got an application that is deployed to section of the site (/foo instead of the root /). Of course it's normally tested on our local boxes as / . Upload progress bar was responding correctly on our local boxes - but stopped when it went live. It took a few minutes to realize that the problem regex on line 46 of UploadProgress.pm, which was doing exactly what the docs claim - responding to /progress, and not responding to [% base%]/progress as I'd hoped. Anyhow, I removed the caret and it works for me. Using $c->request->base would more elegant way to get the same effect. Thanks, Nathan McFarland
Fixed in version 0.04, released to CPAN.