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:
parent
ec2c390152
commit
30fa59cf5e
6 changed files with 56 additions and 27 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue