NIHVIVO-1379 If a user is logged in but not authorized to view a page, send them to a page with an explanation.

This commit is contained in:
jeb228 2010-11-29 22:36:19 +00:00
parent ec2c390152
commit 30fa59cf5e
6 changed files with 56 additions and 27 deletions

View file

@ -395,6 +395,10 @@
<servlet-name>EmptyController</servlet-name>
<url-pattern>/login</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>EmptyController</servlet-name>
<url-pattern>/insufficientAuthorization</url-pattern>
</servlet-mapping>
<servlet>
<servlet-name>RevisionInfoController</servlet-name>