Currently a routeLevel defined like this:
'/path': {
'/:category': 'index',
'/another_level': 'another_action'
}
and a route like this: /path/another_level
will not result in the expected behavior. The route matcher assumes that another_level is the namedParam value for category