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
When we use link - new Link("ROLE_ADMIN View (throw exception, if user doesn't have access)", new ExternalResource("#!" + RoleAdminView.NAME))
ErrorHandler correct catch the AccessDeniedException when user has no access to view
But when we use - navigator.navigateTo(RoleAdminView.NAME)
ErrorHandler does not catch error
The text was updated successfully, but these errors were encountered:
In you example spring-security
When we use link - new Link("ROLE_ADMIN View (throw exception, if user doesn't have access)", new ExternalResource("#!" + RoleAdminView.NAME))
ErrorHandler correct catch the AccessDeniedException when user has no access to view
But when we use - navigator.navigateTo(RoleAdminView.NAME)
ErrorHandler does not catch error
The text was updated successfully, but these errors were encountered: