How do I return a 403 Forbidden in Spring MVC?

Posted by Will Harris on Stack Overflow See other posts from Stack Overflow or by Will Harris
Published on 2008-09-05T11:11:21Z Indexed on 2010/03/16 8:56 UTC
Read the original article Hit count: 289

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about java

Related posts about spring