WebAccess: enhancing acc_authorize_action()
acc_authorize_action() has a new flag authorize_if_no_roles, with default
set to False. If set to True, then when no role is authorized to the given
action/parameters, then the authorization is granted. (closes: #8888)