task_id); if (!Authority::canShowTaskFeedback($this->getUser($request), $task)) { throw new AuthorizationFailedException(); } return $this->getContentResponse($resource); } }