OK, so if I define the list of function, the situation is clear. If I don't 
and I want to pass arguments to the default function I need to use the 
default function name (/default_function/arg). Arguments alone (/arg) in 
that case would be treated as if it is a function name (even if it does not 
exist in the controller) and /app/ctrl/arg would be called instead of 
/app/ctrl/default_function/arg. Thanks for clarifying this.

Reply via email to