Currently I need that with the users that I have created in mysql according to the role they have access to a certain JSP page. In my xml page of security configuration I have the following:
When I access with a ROLE_USER if I access its determined page (welcome.jsp) but try to access it as ROLE_ADMIN I get an error HTTPS STATUS 403 ACCESS IS DENIED, thanks for the help.