* Catalyst now escapes slashes to %2f, which broke defaultUriForProduct.

[?]
Aug 19, 2011, 4:23 PM
VYGMJ33O77ZHGFPSVN4ARRWG4AVRTPNCOZRITQWBALZHFA2NWSWQC

Dependencies

  • [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
    [2.524][2.524:609]()
    return $c->uri_for($self->action_for("download"), $c->req->captures, $x, @path);
    [2.524]
    [2.609]
    return $c->uri_for($self->action_for("download"), $c->req->captures, (split /\//, $x), @path);