-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Programmatic security check is not redirecting user to 403 page #3
Comments
Hi @rmpestano. |
Hi, yes any advice is very welcome! Thank you in advance. |
I think it's unnecessary to redirect to 403, we could:
|
I prefer to keep the same behavior we have in admin-starter-security, is it possible? |
Ok. I will try to fix that. |
Any idea @persapiens? |
Hi @rmpestano I've been doing some tests with admin-starter-springboot-security. There the problems began:
I would like to contribute admin-starter-springboot-security. with a functional example with a database but this error has been delayed for a few days, I hope you can help me |
Hi again @rmpestano I tell you that by reviewing adminfaces/admin-starter-springboot-security#4 and following the instructions of this page I can run the project in production Very soon I will be updating adminfaces/admin-starter-springboot-security with everything I have been able to learn regards |
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.The text was updated successfully, but these errors were encountered: