Access to pages according to roles with Spring

0

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.

    
asked by Javier Sanchez 30.05.2018 в 12:44
source

0 answers