HTTP Status 403 - Access is denied




Asked on December 21, 2013
Hi Guys, 

I am new to spring security. I have assigned a url pattern  with some role and when trying to login then got the error.

HTTP Status 403 - Access is denied 

What can be the issue?



Replied on December 21, 2013
Jeet, the error
 HTTP Status 403 - Access is denied
throws by spring security when, a user has has no authorization for a URL pattern but a valid user.

You need to check role assigned to URL pattern and USER. If it it is not same then you may get the above error.


Write Answer











©2024 concretepage.com | Privacy Policy | Contact Us