* Catalyst now escapes slashes to %2f, which broke defaultUriForProduct.
[?]
Aug 19, 2011, 4:23 PM
VYGMJ33O77ZHGFPSVN4ARRWG4AVRTPNCOZRITQWBALZHFA2NWSWQCDependencies
- [2]
XJFHFZCA* Provide some redirects to build products by type so that we can for - [3]
LBNVQXUB* Build the /build stuff in a separate controller.
Change contents
- replacement in src/lib/Hydra/Controller/Build.pm at line 157
return $c->uri_for($self->action_for("download"), $c->req->captures, $x, @path);return $c->uri_for($self->action_for("download"), $c->req->captures, (split /\//, $x), @path);