Implemented: if an action allow for optional arguments, and an authorization exists without arguments, and acc_authorize_action is called on that action but with arguments, if the user is semantically authorized, then acc_authorize_action will authorize the user.
(before acc_authorize_action had do be called explicitly on the action, with
empty arguments to verify such authorization).