hi,
i got a bit of problem here. say if i have a controller name url = "item" without the proper controller file, i get an error 'itemController handler class cannot be loaded', which is correct. if the controller name url = "item-123" without the proper controller file, i get an error 'item123Controller handler class cannot be loaded', which is also correct.
but the same cannot be said with the action name url. if the controller/action name url = 'blog/show', without the controller with action file, error is "Action 'show' was not found on handler 'blog' which is correct. but if the action name contains any "-,+,:" etc, it doesn't show the error and the page goes to base/root url.
any ideas? thanks