You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
christian and me discussed that the cr AccessDenied exception must be caught in controllers and wrapped into a flow AccessDeniedException to initiate a redirect or set the correct flow status to 403
Also sometimes we have some special condition to let AccessDeniedException always bubble up for example in the fusion runtime, so its not rendered as error.
And the frontend usecase has to be checked if live is not viewable to anyone.
christian and me discussed that the cr
AccessDenied
exception must be caught in controllers and wrapped into a flowAccessDeniedException
to initiate a redirect or set the correct flow status to 403Also sometimes we have some special condition to let
AccessDeniedException
always bubble up for example in the fusion runtime, so its not rendered as error.And the frontend usecase has to be checked if live is not viewable to anyone.
Originally posted by @mhsdesign in #5298 (comment)
The text was updated successfully, but these errors were encountered: