403 « MVC « Spring Q&A





1. How do I return a 403 Forbidden in Spring MVC?    stackoverflow.com

I want my controller to return the right HTTP response code when the user lacks permission to view a particular page.