On Jun 1, 2007, at 11:09 AM, Adam Herzog wrote:
Hi, all.
I'm using Catalyst::Plugin::UploadProgress on a project of mine,
and it works great. At least, until I tried to deploy the
application. The plugin and accompanying javascript only works
correctly if the app is deployed at the root (ie, it always checks /
progress).
I've attached a patch (svn diff) which allows the plugin to be used
when an app is deployed at a non-root location, like http://
domain.tld/myapp/.
I would have liked to add some tests for my changes, but, to be
honest, I don't really know how to test deployment issues like
this. If somebody has some pointers, I'd be happy to add the
appropriate tests.
If there aren't any problems with it, can somebody apply the patch
and push a new release, please?
Thanks for the patch, I'll get this fixed soon.
-Andy
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/