I want my controller to return the right HTTP response code when the user lacks permission to view a particular page.
|
|
Quickie If you are using plain JSP views (as is most common), then simply add
somewhere in your view file. At the top is a nice place. Detail In MVC, i would always set this in the view, and in most cases with Spring-MVC, use the For example: create and throw a In your Spring bean XML file:
If you need to implement a user login mechanism, take a look at Spring Security (formerly Acegi Security). |
|||
|
|
|
|
Using an |
||
|
|
|
|
can you use response.setStatus(403) ? http://forum.springframework.org/archive/index.php/t-20877.html |
||
|
|
