[Catalyst] Catalyst::Plugin::Server::XMLRPC and default action

Bill Moseley moseley at hank.org
Wed Mar 12 13:35:38 GMT 2008


If I make an XMLRPC request to an invalid XMLRPC endpoint $c->action
is not set.  (For a normal 404 request I end up with a "default"
action).

I have plugins and other code that calls methods on $c->action so those
don't work so well when $c->action is undefined.

This a bug in the plugin or do I need to somehow define a default
XMLRPC action?


-- 
Bill Moseley
moseley at hank.org




More information about the Catalyst mailing list