[Dancer-users] route_cache breaks with multiple parameters
Alexis Sukrieh
sukria at sukria.net
Wed May 19 09:37:16 CEST 2010
On 18/05/2010 23:16, Stéphane wrote:
> get '/beep2/:name/*' => sub {
> "Name: ".params->{name}." splat: ".join(',',splat());
> };
>
>
> So mixing named parameters and splat fails.
> Before I report this (as a separate issue), is this a "supported" way of
> doing things?
No, this is not supported, and I'm quite sure I've written so in the
documentation... somewhere :) But I can't remember where exactly.
--
Alexis Sukrieh
More information about the Dancer-users
mailing list