Open
Description
Issue overview
The programmatic security check here works but doesn't redirect user to 403 page as configured in web.xml here.
Current behavior
The page freezes when a non admin user tries to delete a car in car-form
page.
Expected behavior
Users without ADMIN_ROLE should be redirected to 403
page when trying to delete a car in car-form page.