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
54fb0aa891
commit
82e1c60d97
1 changed files with 4 additions and 0 deletions
|
@ -410,6 +410,10 @@
|
||||||
<servlet-name>EmptyController</servlet-name>
|
<servlet-name>EmptyController</servlet-name>
|
||||||
<url-pattern>/login</url-pattern>
|
<url-pattern>/login</url-pattern>
|
||||||
</servlet-mapping>
|
</servlet-mapping>
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>EmptyController</servlet-name>
|
||||||
|
<url-pattern>/insufficientAuthorization</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
<servlet>
|
<servlet>
|
||||||
<servlet-name>RevisionInfoController</servlet-name>
|
<servlet-name>RevisionInfoController</servlet-name>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue