Re: [Catalyst] Bug with $c->request->query_keywords ?

2008-07-19 Thread Matt S Trout
On Thu, Jun 19, 2008 at 12:33:44PM -0600, Larry Leszczynski wrote: > I've run into what appears to be a query keyword bug using Catalyst > 5.701[02]: > >% catalyst.pl MyApp >% cd MyApp >% perl script/myapp_server.pl > > Request: > >http://localhost:3000/ -> works >htt

Re: [Catalyst] Bug with $c->request->query_keywords ?

2008-06-19 Thread Lindolfo "Lorn" Rodrigues
Works fine here. MyApp on Catalyst 5.7010 This is perl, v5.8.8 built for darwin-thread-multi-2level On Thu, Jun 19, 2008 at 3:33 PM, Larry Leszczynski <[EMAIL PROTECTED]> wrote: > I've run into what appears to be a query keyword bug using Catalyst > 5.701[02]: > > % catalyst.pl MyApp > % cd

[Catalyst] Bug with $c->request->query_keywords ?

2008-06-19 Thread Larry Leszczynski
I've run into what appears to be a query keyword bug using Catalyst 5.701[02]: % catalyst.pl MyApp % cd MyApp % perl script/myapp_server.pl Request: http://localhost:3000/ -> works http://localhost:3000/?a=123 -> works http://localhost:3000/?123 -> fails The erro