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

Larry Leszczynski larryl at emailplus.org
Thu Jun 19 19:33:44 BST 2008


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 error message is:

   [error] Caught exception in engine "Can't locate object
   method "query_keywords" via package "Catalyst::Request"
   at /Library/Perl/5.8.8/Catalyst/Engine.pm line 446."

It does not happen on boxes that are running 5.7007.  Is anyone else
seeing this?


Thanks,
Larry



More information about the Catalyst mailing list